Build failure: minimum required version is greater...

  • Thread starter Thread starter DavidB
  • Start date Start date
D

DavidB

I need to modify another programmer's solution, but after grabbing the latest
copy from VSS I get the following build 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."

Searches for this have only led to dead ends; how do I resolve this problem?

TIA,
David
 
1. Go to the project's properties and click on the Publish tab.
2. Click on Updates; note the version numbers listed here
3. Turn off "Specify a minimum required version for this application" and
click OK
4. Update the Publish Version to match or exceed the Update version numbers.
5. Save the new properties and Build the project
6. Go back and turn on "Specify a minimum required version for this
application" and click OK.

Just bringing the numbers in sync with each other doesn't seem to eliminate
the warning.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top