Link to home
Start Free TrialLog in
Avatar of ARACK04
ARACK04

asked on

MageUI not including CompatibleFrameworks attribute

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.
ASKER CERTIFIED SOLUTION
Avatar of almander
almander

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ARACK04
ARACK04

ASKER

Wouldn't the .exe.manifest still point to the C:\  location for the application directory?
Avatar of ARACK04

ASKER

No, it wouldn't.  Thanks for your answer.
Sorry for delay, I am sure you found that the manifest will point to the "Installation Folder".
Best of luck, and Thanks for the vote.