简体   繁体   中英

Add or Copy Crystal Report dll references from GAC to Bin Folder

I am using Visual Studio 2008, with crystal report 10.5.3700.0. We want to copy crystal report dll from GAC to BIN Folder. I used following solution - right-click on my project - Go to Property Pages -go to references - Removed GAC References And added crystal report dll (which is in "C:\\Program Files\\Business Objects\\Common\\2.8\\managed" this folder) with "Browse" option. But That References not added in BIN Folder. What is the Solution?

Right click on dll then set CopyLocal=true;

Or

In project property/publish/application files/ -> set publish status to include.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM