Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Crystal Report Error.....

Author  Topic 

sarikavbhosale
Starting Member

24 Posts

Posted - 2005-12-21 : 03:50:14
Server Error in '/CIMsarika' Application.
--------------------------------------------------------------------------------

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 14: <add assembly="CrystalDecisions.Enterprise.Desktop.Report, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 15: <add assembly="CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 16: <add assembly="CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 17: <add assembly="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Enterprise.Framework, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></assemblies>
Line 18: <compilers>


Source File: c:\inetpub\wwwroot\CIMsarika\web.config Line: 16

Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.Shared' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
(Fully-specified)
LOG: Appbase = file:///c:/inetpub/wwwroot/CIMsarika
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (c:\winnt\microsoft.net\framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
LOG: Attempting download of new URL file:///c:/winnt/microsoft.net/framework/v1.1.4322/Temporary ASP.NET Files/cimsarika/b7b336e6/7cce41c7/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL file:///c:/winnt/microsoft.net/framework/v1.1.4322/Temporary ASP.NET Files/cimsarika/b7b336e6/7cce41c7/CrystalDecisions.Shared/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/CIMsarika/bin/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/CIMsarika/bin/CrystalDecisions.Shared/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL file:///c:/winnt/microsoft.net/framework/v1.1.4322/Temporary ASP.NET Files/cimsarika/b7b336e6/7cce41c7/CrystalDecisions.Shared.EXE.
LOG: Attempting download of new URL file:///c:/winnt/microsoft.net/framework/v1.1.4322/Temporary ASP.NET Files/cimsarika/b7b336e6/7cce41c7/CrystalDecisions.Shared/CrystalDecisions.Shared.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/CIMsarika/bin/CrystalDecisions.Shared.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/CIMsarika/bin/CrystalDecisions.Shared/CrystalDecisions.Shared.EXE.



   

- Advertisement -