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?
Re: Reference Assebly store somewhere else
add a reference to the DLL and set the copy local property of it to false
Re: Reference Assebly store somewhere else
did that and that does not work.
Re: Reference Assembly stored somewhere else
is it a .net reference? or is it COM?
Re: Reference Assembly stored somewhere else