hi,
when i am deploying my application i am getting this 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: File or assembly name CrystalDecisions.Shared, or one of its dependencies, was not found.
Source Error:
Line 16: debugging ASP.NET files.
Line 17: -->
Line 18: <compilation defaultLanguage="
vb" debug="true"><assemblies><add assembly="CrystalDecisions.CrystalReports.Engine, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportSource, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Shared, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Web, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></assemblies></compilation>
Line 19:
Line 20: <!-- CUSTOM ERROR MESSAGES
Source File: c:\inetpub\wwwroot\1099People\web.config Line: 18
Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.Shared' could not be loaded.
in the web.config i had this code in compaliation tags.
<compilation defaultLanguage="
vb" debug="true"><assemblies><add assembly="CrystalDecisions.CrystalReports.Engine, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportSource, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Shared, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Web, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></assemblies></compilation>
i didn't added this code explicitly.i don't know why it came like that. so what i have to do to rectify this error.
thanks in advance-Ashok Parchuri