Crystal Reports error when running ASP.NET 1.1 app

G

Guest

I'm trying to run a ASP.NET 1.1 app on a Windows 2003 server. The app runs
fine on my local workstation (Windows 2000 SP4). Both the server and
workstation have Visual Studio .NET 2003 installed. The app fails with 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.Web, or one of
its dependencies, was not found.

Source Error:


Line 24: debugging ASP.NET files.
Line 25: -->
Line 26: <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 27:
Line 28: <!-- CUSTOM ERROR MESSAGES


Source File: D:\Inetpub\wwwroot\PPL\AMRP\performance\web.config Line: 26

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


=== Pre-bind state information ===
LOG: DisplayName = CrystalDecisions.Web, Version=9.1.3300.0,
Culture=neutral, PublicKeyToken=692fbea5521e1304
(Fully-specified)
LOG: Appbase = file:///D:/Inetpub/wwwroot/PPL/AMRP/performance
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: CrystalDecisions.Web, Version=9.1.3300.0,
Culture=neutral, PublicKeyToken=692fbea5521e1304
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/amr_performance/8eceee80/395a28b3/CrystalDecisions.Web.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/amr_performance/8eceee80/395a28b3/CrystalDecisions.Web/CrystalDecisions.Web.DLL.
LOG: Attempting download of new URL
file:///D:/Inetpub/wwwroot/PPL/AMRP/performance/bin/CrystalDecisions.Web.DLL.
LOG: Attempting download of new URL
file:///D:/Inetpub/wwwroot/PPL/AMRP/performance/bin/CrystalDecisions.Web/CrystalDecisions.Web.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/amr_performance/8eceee80/395a28b3/CrystalDecisions.Web.EXE.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/amr_performance/8eceee80/395a28b3/CrystalDecisions.Web/CrystalDecisions.Web.EXE.
LOG: Attempting download of new URL
file:///D:/Inetpub/wwwroot/PPL/AMRP/performance/bin/CrystalDecisions.Web.EXE.
LOG: Attempting download of new URL
file:///D:/Inetpub/wwwroot/PPL/AMRP/performance/bin/CrystalDecisions.Web/CrystalDecisions.Web.EXE.




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032

I installed all the Crystal components of Visual Studio .NET 2003... what am
I missing??
 
N

NuTcAsE

Check the GAC (%windir%\assembly) folder and find the Crystal Decision
assemblies. Make sure the assembly version is the same as the ones set
in your configuration file. Im guessing the version no in the GAC will
be 9.1.5000 and 9.1.3300. If the version dont match, change the version
nos in your web.config file.
 
G

Guest

I'm trying to run a ASP.NET 1.1 app on a Windows 2003 server. The app runs
fine on my local workstation (Windows 2000 SP4). Both the server and
workstation have Visual Studio .NET 2003 installed. The app fails with 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.Web, or one of
its dependencies, was not found.

Source Error:


Line 24: debugging ASP.NET files.
Line 25: -->
Line 26: <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 27:
Line 28: <!-- CUSTOM ERROR MESSAGES


Source File: D:\Inetpub\wwwroot\PPL\AMRP\performance\web.config Line: 26

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


=== Pre-bind state information ===
LOG: DisplayName = CrystalDecisions.Web, Version=9.1.3300.0,
Culture=neutral, PublicKeyToken=692fbea5521e1304
(Fully-specified)
LOG: Appbase = file:///D:/Inetpub/wwwroot/PPL/AMRP/performance
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: CrystalDecisions.Web, Version=9.1.3300.0,
Culture=neutral, PublicKeyToken=692fbea5521e1304
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/amr_performance/8eceee80/395a28b3/CrystalDecisions.Web.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/amr_performance/8eceee80/395a28b3/CrystalDecisions.Web/CrystalDecisions.Web.DLL.
LOG: Attempting download of new URL
file:///D:/Inetpub/wwwroot/PPL/AMRP/performance/bin/CrystalDecisions.Web.DLL.
LOG: Attempting download of new URL
file:///D:/Inetpub/wwwroot/PPL/AMRP/performance/bin/CrystalDecisions.Web/CrystalDecisions.Web.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/amr_performance/8eceee80/395a28b3/CrystalDecisions.Web.EXE.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/amr_performance/8eceee80/395a28b3/CrystalDecisions.Web/CrystalDecisions.Web.EXE.
LOG: Attempting download of new URL
file:///D:/Inetpub/wwwroot/PPL/AMRP/performance/bin/CrystalDecisions.Web.EXE.
LOG: Attempting download of new URL
file:///D:/Inetpub/wwwroot/PPL/AMRP/performance/bin/CrystalDecisions.Web/CrystalDecisions.Web.EXE.




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032

I installed all the Crystal components of Visual Studio .NET 2003... what am
I missing??

User submitted from AEWNET (http://www.aewnet.com/)
 
Joined
Apr 12, 2008
Messages
1
Reaction score
0
cystaldecision.web assembly not exist

Hello
All
I have similar type of problem but the fact is that i m trying to run the asp.net project on the pc which dont have the crystaldecision.web assembly what to do to run the project can any body tell me
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top