I have opened my Visual Studio 2013 project in Visual Studio 2015. When I am trying to build am getting below issue:
The command “C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\signtool.exe” sign /v /tr http://timestamp.comodoca.com/?td=sha256 /td sha256 /fd sha256 /f "asdf2017.pfx" /p asdf985 "asdf_PC_Link.exe" exited with code 123
But it is working well in Visual Studio 2013.
What could be the issue?