arobinson wrote:
The problem with that is that our code is signed and you cannot use unsigned code from signed code without errors. If I sign the NHibernate code with my own key, the reference in the project treats it as a completely different assembly, and thus every time I go between the official release and the one with debug symbols, I have to update all my references in each assembly and re-compile, which is not a possible solution with a large amount of assemblies in the system.
You can put assembly tags in your config file to redirect it to the full name with the different public signature.
BOb