 
			
				11/04/2013, 04:23
			
			
			     |  
      |    |    |    Fecha de Ingreso: octubre-2012  Ubicación: Pozuelo de Alarcón  
						Mensajes: 67
					  Antigüedad: 13 años Puntos: 1     |        |  
  |      Error al ejecutar aplicacion en .Net        Buenos días,   
Estoy intentando "resucitar" una aplicacion web un tanto antigua. La apalicacion tenia un archivo de configuracion(Web.config).    
Soy bastante novato en .NET. 
A la hora de subirla a mi servidor y ejecutarla me sale el siguiente error.   
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 'CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.   
Source Error:      
Line 29: 				<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> 
Line 30: 				<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> 
Line 31: 				<add assembly="CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/> 
Line 32: 				<add assembly="CrystalDecisions.Shared, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/> 
Line 33: 				<add assembly="CrystalDecisions.ReportSource, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>   
Source File: C:\inetpub\wwwroot\Walt\web.config    Line: 31    
Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' 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].   
He buscado el Enablelog en el regedit y no lo encuentro. 
No se como solventar este problema , ya que es imprescindible poder acceder a dicha aplicacion.   
Muchas gracias.   
Un saludo           |