sharing a dll

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I create a class library and I copiled as a dll, I want to share this dll to
use it in a set of application, and I want to every time a recompiled the dll
automaticly my other app use the new version, I try to do this pointing the
output directory of the dll to %system%\Microsoft.NET\Framework\v1.1.4322,
and in my application i add the reference whit local copy as false, but I
can't get this work!

I get a run time exception 'System.IO.FileNotFoundException' in
system.windows.forms.dll, why

any suggestion ??
 
Back
Top