| Author: Brainstorming Guy 21 Jul 2008 | Member Level: Diamond | Rating: Points: 6 |
Have you copied the DLLs when you deployed your application. If not, try the following steps when you deploy your application. When you add a reference to the Crystal report, don't add the reference from GAC. Instead copy the following 4 files in your bin folder and then add a reference. crystaldecisions.crystalreports.engine.dll. crystaldecisions.reportsource.dll crystaldecisions.shared.dll crystaldecisions.web.dll Or when you create a deployement package, add these 4 files in your BIN folder and create a package. That will do.
Or After adding the reference, right click the DLL reference you have added and make it to Copy To Local as true. That will copy the local BIN folder when you give a build.
Regards, Brainstorming Guy aka Venkatarajan A http://dotnetgurukul.blogspot.com/
|