|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Using a .net 1.1 signed assembly in .net 2.0I'm using an assembly 'X' build in VS.net 2003 [singed with an .snk file].
I use the same assembly 'X' in another assembly 'Y' [assembly 'Y' is also build in VS.net 2003] with no problems at all. When I use the same assembly 'X' in another project 'Z' [a VS.net 2005 project], I get this error on run time [Can not load type X...]. I built the assembly X once again [this time I didn't sign it by snk file]. Now when I try to use this assembly 'X' in the project 'Z', I'm successful. Why I'm not able to load the SIGNED assembly 'X' [built on VS.net 2003] in the VS.net 2005 project 'Z' ? |
|||||||||||||||||||||||