Search code examples
msbuildassembly-signingstrong-named-keysn.exe

MSB3073 command exited with 1


while signing for dll files command executed successfully but for .exe files i got error "Command exited with 1" .

exec Command="SN-R demo.dll ..\key.snk" exec Command="SN-R demo.exe ..\key.snk"

Please help me how to solve this


Solution

  • Initially I had installed Microsoft SDK 7.0

    After uninstalling SDK 7.0 I have installed SDK 8.0 then problem solved