Huh? What was that supposed to mean. I immediately suspected that it was something to do with the publish properties configured in the project properties since I had already been mucking around in there earlier in the day on a different project. I checked out the publish "Updates..." section of the properties which set the minimum required version to be 0.0.0.10. Logically I changed the publish version to 0.0.0.11 and tried to build the project again. No dice; Same error.Specified minimum required version is greater than the current publish
version. Please specify a version less than or equal to the current publish
version.
As it turns out, it is a bit convoluted, but simple to resolve this. There doesn't seem to be a lot via Google search on it, but I did eventually find it on a Microsoft news group archive. Credit for this goes to David B with discussions.microsoft.com.
Go to the project's properties and click on the Publish tab.
Click on Updates; note the version numbers listed here
Turn off "Specify a minimum required version for this application" and
click OKUpdate the Publish Version to match or exceed the Update version numbers.
Save the new properties and Build the project
Go back and turn on "Specify a minimum required version for this
application" and click OK.
No comments:
Post a Comment