C#: cannot find assembly file
Posted
by Craig Johnston
on Stack Overflow
See other posts from Stack Overflow
or by Craig Johnston
Published on 2010-04-27T08:19:23Z
Indexed on
2010/04/27
8:23 UTC
Read the original article
Hit count: 419
I am getting an error back from a DLL saying it cannot create an instance of one of classes in my solution because it cannot find the assembly file.
If I am debugging a solution, do I need to put a copy of certain assembly files in other locations?
© Stack Overflow or respective owner