Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > ClickOnce Deployment Error
 

ClickOnce Deployment Error

I have an application that runs fine if I ClickOnce-publish it specifying that it is to be available both online and offline. However, when I publish it specifying that it is to be available online only, as we would prefer, running it gets an exception and cannot start the application. "Exceptionreading the manifest from file _____." The error details messagebox has the following statements:

Deployment manifest is not semantically valid;

Deployment manifestcannot specify minimumRequiredVersion for online applications.

I see nowhere to even set the minimumRequiredVersion.

How can I fix this?

Regards,

Mark

markCSharpDev  Friday, March 21, 2008 10:37 PM

Hi,

Try todeflag the Minimum Required Version specification in the Publish Tab ->Updates button.

If this doesn't solve the problem, check out this article:

http://www.codeproject.com/KB/dotnet/ClickOnceContentExpiratn.aspx

Hope this helps.

Alessandro Del Sole [MVP]  Sunday, March 23, 2008 10:30 AM

Hi,

Try todeflag the Minimum Required Version specification in the Publish Tab ->Updates button.

If this doesn't solve the problem, check out this article:

http://www.codeproject.com/KB/dotnet/ClickOnceContentExpiratn.aspx

Hope this helps.

Alessandro Del Sole [MVP]  Sunday, March 23, 2008 10:30 AM

You can use google to search for other answers

Custom Search

More Threads

• Cannot edit merge module properties in VS2005. Why?
• .NET 2.0 application requiring .NET 3.0 dlls?
• How do I change the dependency?? Trying to install on Windows 2000!
• How do I reference an installed application?
• Problem with VC++ runtime libraries and HomeSite
• can ClickOnce create a desktop shortcut?
• IEExec Loads, but no form appears...
• ClickOnce application as a system shell
• custom action for installing Crystal Report pre-req?
• Packaging My Program