in

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=692fbea5521e1304' 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.

Movie Stars

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/global/pdf/dev_zone/VS2005_Walkthroughs.pdf
mlmcc