Resign manifest of click-once application change from 4.0 to 4.5
问题 I've a project in .NET 4.0 that is published with click-once in local shared folder for testing. Once the testing passed we use mage.exe to resign the manifest and change publishing url with production final url http://www.ourcompany.net/.... Everything works if we use .NET 4.0. If we use .NET 4.5 and above, when we try to start application from the final url it fails to install with the error below. My question is: How should I use mage.exe to change the publication url of the application