I've got a ClickOnce .NET 4 app deployed by VisualStudio 2010, via UNC Path. I open the .application file, change the startup location to use the http address, sign, and close. The app then gives this error: - Application manifest does not accept specification of .
Does anyone know how to get MageUI to include this needed element when I sign?
This is similar to: http://stackoverflow.com/questions/2654320/why-does-mage-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 app 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.