My intranet project that was created and published in VS2005 uses the Crystal Reports Viewer. I recently upgraded to VS2008 and like every VS upgrade there are tweaks to the projects to make them work with the new version. The site works on the developement machine but when I publish it to the server it errors out with a:
"Configuration Error ... could not load file or assembly'CrystalDecisions.
Web, Version=10.5.3700.0..... or one of its dependencies. The system cannot find the file attached."
The highlighted line of the web config under <httpHandlers> reads:
"add verb="GET" path="CrystalImageHandler.
aspx" type="CrystalDecisions.Cry
stalImageH
andler, CrystalDecisions.Web, Version......."
When I went to VS2005 I had to add the Setup and Deployment Project to this project to set up the server with the correct tools. There does not seem to be any documentation for this process and I wondered if anyone else is having troubles converting?
Thanks
Start Free Trial