Live Scores
Shareware
Movie Stars
in
Visual Studio
Development
(Entire Site)
Questions and answers to issues related to Microsoft: Windows, Applications, Development, Hardware, Server, Internet Protocols, Database, Exchange .
»
Development
»
.NET
»
Visual Studio
»
Visual Studio - Deploying Crystal Reports
Visual Studio - Deploying Crystal Reports
I have a web application created with Visual Studio 2008 and I need to deploy two Crystal reports. On my machine the reports work fine, but when I move them to the test server I the following error:
Parser Error Message: Could not load file or assembly 'CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521
e1304' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
The version of the dll's I have is 12.0.1100.683. When I change the version in my web config to 12.0.1100.0 then I get an error stating the tag CR is not vailid.
Solution: Visual Studio - Deploying Crystal Reports
I don't know how to build it in VS2008.
This link provides details on building tem in VS2005. Starting on page 434
http://www.businessobjects
.com/globa
l/pdf/dev_
zone/
VS200
5_Walkthro
ughs.pdf
mlmcc