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?