I have an Exe which references a Dll and both are strongly named. I am trying to debug them using the VSIP but the obfuscator fails to re-sign the Exe (the DLL is OK) and the program cannot run.
If I specify an output folder other than the bin\debug folder of the Exe, the re-signing works, but then I cannot debug the assemblies.
Note- The re-signing of the Exe also fails if I use the Spices GUI instead of the VSIP.
I am using Spices 4.5.5.2
Thanks.