Referenced Assembly won't load

Posted by Pavel on Stack Overflow See other posts from Stack Overflow or by Pavel
Published on 2010-04-16T19:58:48Z Indexed on 2010/04/16 20:03 UTC
Read the original article Hit count: 239

I've got a visual studio 2010 project which publishes an assembly called myAssembly.ddl. I then want to reference myAssembly.dll from an existing vs 2008 project. If I try to load the reference it comes up with an yellow exclamation mark next to it, suggesting that the assembly wasn't loaded. However, I'm not getting any error messages during that process. Obviously, if i try to import the namespace in my code it doesn't compile.

Converting myAssembly.dll to a .net version 3.5 doesn help. Nor does copying the assembly to a different directory and referencing it from there.

Any ideas?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about visual-studio-2008