Crystal Report Viewer
From: DanP (DanP_at_discussions.microsoft.com)
Date: 09/07/04
- Next message: Niki Estner: "Re: VC++6 MFC migration managed C++(windows form )"
- Previous message: Scott M.: "Re: Overriding properties and events"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 7 Sep 2004 07:35:02 -0700
I have a c# web app that use's CrystalReportViewer, it works great when I run
the app locally, but when I build it and copy it to our web server I get the
following 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 13: debugging ASP .NET files.
Line 14: -->
Line 15: <compilation defaultLanguage="c#" 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 16:
Line 17:
Source File: c:\inetpub\wwwroot\CorporateSecurity\web.config Line: 15
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=9.1.3300.0,
Culture=neutral, PublicKeyToken=692fbea5521e1304
(Fully-specified)
LOG: Appbase = file:///c:/inetpub/wwwroot/CorporateSecurity
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=9.1.3300.0,
Culture=neutral, PublicKeyToken=692fbea5521e1304
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/corporatesecurity/bdadc6f6/af1a1467/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/corporatesecurity/bdadc6f6/af1a1467/CrystalDecisions.Shared/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/CorporateSecurity/bin/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/CorporateSecurity/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/corporatesecurity/bdadc6f6/af1a1467/CrystalDecisions.Shared.EXE.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/corporatesecurity/bdadc6f6/af1a1467/CrystalDecisions.Shared/CrystalDecisions.Shared.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/CorporateSecurity/bin/CrystalDecisions.Shared.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/CorporateSecurity/bin/CrystalDecisions.Shared/CrystalDecisions.Shared.EXE.
Any ideas???
Thanks in advance
-- Daniel J. Plocica Technical Analysist North American Benefits Network, Inc. dplocica@nabn.com
- Next message: Niki Estner: "Re: VC++6 MFC migration managed C++(windows form )"
- Previous message: Scott M.: "Re: Overriding properties and events"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|