472,139 Members | 1,412 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,139 software developers and data experts.

Question about "Copy Local"

Hi folks. I have a question about "Copy Local". We have quite a few
projects in our solution (35) and some of them reference the very large
"Microsoft.mshtml.dll". I was wondering why leave "Copy Local" set to true
in these projects for that reference and other non-project non-framework
DLLs. It seems to me that if they all reference it from the same location,
then the only project that needs to have "Copy Local" set to true is the
..EXE project.

The documentation indicates that at runtime, each DLL must be in either the
GAC or "Project Directory". But at runtime, the dlls in the DLL project's
bin directories are not being executed, it is the DLLs in the bin directory
for the .EXE, so it seems entirely irrelevant to set it to true for the DLL
projects.

I've given this a try, and it seems to work just fine, but I'm worried that
I'm missing something that will bite me unexpectedly. Any thoughts?

Thanks,
Tom Clement
Apptero, Inc.
Jul 21 '05 #1
0 1250

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Nick Jacobson | last post: by
2 posts views Thread by interuser | last post: by
reply views Thread by Tom Clement | last post: by
3 posts views Thread by Jess | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.