sharing a dll

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 ??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top