I've got a ClickOnce .NET 4 application deployed by Visual Studio 2010, via a UNC path. I open the .application file, change the startup location to use the HTTP address, sign, and close. The application then gives this error:
Application manifest does not accept specification of <compatibleFrameworks>.
How do I get MageUI.exe to include this needed element when I sign?
This is similar to Stack Overflow question Why does Mage.exe not generate a compatibleFrameworks attribute?.
I've tried opening MageUI from the location suggested, to no avail, and I'd really rather not have to use MSBuild. This is a simple application, and I'd much prefer Visual Studio's simple built-in deployment.
Also, in case anyone's wondering, I can't deploy via HTTP through Visual Studio, because that requires FrontPage extensions to be installed, among other reasons.