Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/12/2005, 19:05
9.jorge
 
Fecha de Ingreso: noviembre-2005
Mensajes: 129
Antigüedad: 18 años, 6 meses
Puntos: 0
problema al cargar un assembly de asp.net

Hola, pues tengo un control q yo he creado y que pongo el ddl del mismo en el bin de mi aplicación, pero a veces no se qué ocurre pero no lo carga, me sale este error:

Línea 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Línea 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Línea 198: <add assembly="*"/>
Línea 199: </assemblies>
Línea 200: </compilation>


Archivo de origen: c:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config Línea: 198

Rastro al cargar el ensamblado: La información siguiente puede ser útil para determinar porqué no se cargó el ensamblado 'AQUASmartNav'.


=== Pre-bind state information ===
LOG: DisplayName = AQUASmartNav
(Partial)
LOG: Appbase = file:///C:/Documents and Settings/All Users/wwwpub/HdO.EncuestaInv
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: AQUASmartNav
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/wwwpub_hdo.encuestainv/4984ddc5/6dfb6a45/AQUASmartNav.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/wwwpub_hdo.encuestainv/4984ddc5/6dfb6a45/AQUASmartNav/AQUASmartNav.DLL.
LOG: Attempting download of new URL file:///C:/Documents and Settings/All Users/wwwpub/HdO.EncuestaInv/bin/AQUASmartNav.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: AQUASmartNav, Version=1.0.2064.29830, Culture=neutral, PublicKeyToken=null



alguien sabe porqué puede ser??