Moving code to new server
I'm moving my code to a new server, and the current server works fine. The new server responds with "Parser Error Message: File or assembly name CrystalDecisions.Shared, or one of its dependencies, was not found." I have this included as a reference in the code, and the code is directly copied over to the new server. This is the load trace:
=== Pre-bind state information ===
LOG: DisplayName = CrystalDecisions.Shared, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
(Fully-specified)
LOG: Appbase = file:///E:/DATA/WEBDOCS/WWWROOT/SIDS
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.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/sids/371a0821/dbd36c77/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/sids/371a0821/dbd36c77/CrystalDecisions.Shared/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL file:///E:/DATA/WEBDOCS/WWWROOT/SIDS/bin/CrystalDecisions.Shared.DLL.
LOG: Attempting download of new URL file:///E:/DATA/WEBDOCS/WWWROOT/SIDS/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/sids/371a0821/dbd36c77/CrystalDecisions.Shared.EXE.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/sids/371a0821/dbd36c77/CrystalDecisions.Shared/CrystalDecisions.Shared.EXE.
LOG: Attempting download of new URL file:///E:/DATA/WEBDOCS/WWWROOT/SIDS/bin/CrystalDecisions.Shared.EXE.
LOG: Attempting download of new URL file:///E:/DATA/WEBDOCS/WWWROOT/SIDS/bin/CrystalDecisions.Shared/CrystalDecisions.Shared.EXE.
|