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??
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??