|
-
Dec 5th, 2005, 10:56 AM
#1
Thread Starter
Member
Reference Assembly stored somewhere else
The company I am working for as a shared assembly that they do not want to install in the GAC and do not want to copy it local when they add a reference to the assembly in their apps. So when running the app I obviously get an error the assembly can not be found. So my question is how can I have the app look in the shared location for the assembly?
Last edited by dreamr; Dec 5th, 2005 at 11:14 AM.
-
Dec 5th, 2005, 10:58 AM
#2
Re: Reference Assebly store somewhere else
add a reference to the DLL and set the copy local property of it to false
-
Dec 5th, 2005, 11:02 AM
#3
Thread Starter
Member
Re: Reference Assebly store somewhere else
did that and that does not work.
-
Dec 5th, 2005, 11:19 AM
#4
Re: Reference Assembly stored somewhere else
is it a .net reference? or is it COM?
-
Dec 5th, 2005, 11:21 AM
#5
Thread Starter
Member
Re: Reference Assembly stored somewhere else
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
|