Click Once Deployment – Improperly Formatted
Published: Jul 21, 2011 14:08:00
Physical Link: Click Once Deployment – Improperly Formatted
Error Message:
Cannot continue. The application is improperly formatted. Contact the application publisher for assistance.
Application validation did not succeed. Unable to continue.
Unable to retrieve application files. Files corrupt in deployment.
Solution:
For every project in your solution,
- Close your solution
- Open every project file in notepad ( csproj for c# projects )
- Look for the ToolsVersion attribute
- Make sure all projects are using the same ToolsVersion
- Save
- Load your solution and deploy.
Note: The Target Framework Framework is not the same as Tools Version
I had searched for hours for a solution, so I hope this helps someone else.
The post Click Once Deployment – Improperly Formatted appeared first on LDNDeveloper.
Author: Andrew PallantCategories: Click Once, Deployment, Error, Visual Studio