|
-
Sep 19th, 2009, 10:33 AM
#1
Thread Starter
Lively Member
-
Sep 19th, 2009, 12:03 PM
#2
Re: How to set reference assemblies?!
That's exactly what happens automatically.
-
Sep 19th, 2009, 12:26 PM
#3
Thread Starter
Lively Member
Re: How to set reference assemblies?!
 Originally Posted by jmcilhinney
That's exactly what happens automatically.
Thanks jmcilhinney for reply...
is't automatically in both case (copy to local) true and false...
Regards...
-
Sep 19th, 2009, 12:41 PM
#4
Re: How to set reference assemblies?!
Copy Local has no relevance at run time; only at compile time. All Copy Local does is control whether the referenced assembly is copied to the output folder or not. If you expect the assembly to be installed in the GAC when deployed then you would normally set it to False, otherwise set it to True. That doesn't change where the application looks for the assembly though.
-
Sep 19th, 2009, 12:46 PM
#5
Thread Starter
Lively Member
Re: How to set reference assemblies?!
 Originally Posted by jmcilhinney
Copy Local has no relevance at run time; only at compile time. All Copy Local does is control whether the referenced assembly is copied to the output folder or not. If you expect the assembly to be installed in the GAC when deployed then you would normally set it to False, otherwise set it to True. That doesn't change where the application looks for the assembly though.
Thanks for the clarification...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|