I receive an unhandled exception error like "Could not load file or assembly ‘abc, Version=....., Culture=neutral, PublicKey Token=null’ or one of its dependences."... something similar to this guys problem here.
Scenario 1: .Net 3.5. - abc.dll used by def.exe - abc.dll is obfuscated by VS 2008's Dotfuscator CE - works fine.
Scenario 2: upgraded to .Net 4.0 - abc.dll used by def.exe - abc.dll obfuscated by VS 2010's Dotfuscator CE- gives the above error but when continued works fine.. gives the same error while closing the application.
Scenario 2 works fine if not obfuscated.
Could you tell me what that error means and how to overcome it?