una vez trato de ingresar al sitio me aparece el siguiente mensaje.
Código:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'DevExpress.Xpo.v9.1, Version=9.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 31: <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 32: <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 33: <add assembly="DevExpress.Xpo.v9.1, Version=9.1.3.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
Line 34: <add assembly="DevExpress.Data.v9.1, Version=9.1.3.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>
Line 35: <add assembly="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Source File: C:\inetpub\vhosts\eaay.gov.co\subdomains\clienteweb\httpdocs\web.config Line: 33
Assembly Load Trace: The following information can be helpful to determine why the assembly 'DevExpress.Xpo.v9.1, Version=9.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' could not be loaded.
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
segun lo que he googleado, debo insertar las dll necesarias en la carpeta bin de la aplicacion, cosa que he hecho pero no carga, el error persiste
cree un sencillo proyecto asp, con objetos solo del ide, los nativos, y publico el sitio al servidor y este funciona. el problema son las dll.
llevo bastante tiempo tratando de solucionar este problema y no he podido, la verdad le he invertído mucho esfuerzo a esta aplicacion y no quiero renunciar a los objetos de esta libreria.
Se agradece de antemano cualquier colaboracion o sugerencia.