views:

17

answers:

0

I ahve a web app that is deployed currently and everything works fine. The Crystal reports are fine on the deployed website on the server. On my development machine I HAVE NOT CHANGED ANY REPORTS so they should all be the exact same as on the server. When I upgraded my PC, I installed VS2010 without installing 2008. Now I have errors when I try to view any reports on the development PC. I have downloaded the CR for VS2010 and included it as a reference but I still get this error..

Could not load file or assembly 'CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

I don't really care that much about this error right now on my development PC, however I need to deploy the latest version today and I am afraid that the reports are going to break on the server. Should I remove my CR reference on my development machine before deploying?

EDIT...I know the issue, the Registered Assembly was set to the version that is on the server (10.5.3700.0) not the version on my machine 14.0.2000.0

Can I downgrade VS2010 to run on 10.5.3700.0 so I can deploy and test?