Category: Visual Studio
view more software Tips and Tricks
Updated: 03/04/2009 08:03 AM
Author: Shiju Mathews Status: Resolved. |
1. If you are copying your project from the development machine to your server, you should set the ActiveReports references in your project references to CopyLocal = True. This way the thirdparty DLL's are in the bin folder of the compiled project. Open solution visual studio explorer. Expan the project references. Right click on the thirdparty reference. Click on properties. Locate 'CopyLocal' and set to 'true'. 2. You can also use the command line utility to install each DLL in the GAC using GACUtil.exe Reffer How to add an assembly to Global Assembly Cache |