Configuration Error
-
Can anyone help.... I have an application running on the server,lately I've had problems with it I keep getting the configuration error below. The application runs well on my local machine, problems come when running it on the server. i've tried almost everything I thought could help but the error doen't go way.Please help out:( 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.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. Source Error: Line 8: debugging ASP.NET files. Line 9: --> Line 10: Line 11: Line 12: Source File: c:\inetpub\wwwroot\pmwebapp\web.config Line: 10 Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.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]. Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
-
Can anyone help.... I have an application running on the server,lately I've had problems with it I keep getting the configuration error below. The application runs well on my local machine, problems come when running it on the server. i've tried almost everything I thought could help but the error doen't go way.Please help out:( 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.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. Source Error: Line 8: debugging ASP.NET files. Line 9: --> Line 10: Line 11: Line 12: Source File: c:\inetpub\wwwroot\pmwebapp\web.config Line: 10 Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.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]. Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
Add the reference of rystalDecisions.CrystalReports.Engine on the server machine,if u r using setup file then add the same dll in the prerequisites of he setup project. Bust of luck.
-
Can anyone help.... I have an application running on the server,lately I've had problems with it I keep getting the configuration error below. The application runs well on my local machine, problems come when running it on the server. i've tried almost everything I thought could help but the error doen't go way.Please help out:( 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.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. Source Error: Line 8: debugging ASP.NET files. Line 9: --> Line 10: Line 11: Line 12: Source File: c:\inetpub\wwwroot\pmwebapp\web.config Line: 10 Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.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]. Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
Hi.... The problem is it is unable to find the CrystalDecisions.CrystalReports.Engine dll solution is to add reference in the application and while deploying the application you need to ensure that dll is present in server,if it is not there in server then you need to add that dll in to your server.
Regards, Sandeep Kumar.V