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