I have a small project with 1 EXE and 4 DLLS. They are all obfusicated with the Members set to Full, AntiILDASM set to True, String Encryption set to Encrypt and Unique Names set to true. The project runs fine before obfuscation, however afterwards, when I go to run the EXE I get a:
System.BadImageFormatExection.
I'm doing the same thing with 8 other projects with no other issues. I'm running the 2.0.5727 versions. Any ideas?
Thanks.