why does my app.productionversion not auto increment?

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

I have the auto increment checked, but it only increments when I reopen
the project. I am using VS2003 educational version
thanks
kevin
 
Make sure you check the checkbox in the 'configuration
properties/optimizations', 'enable increment build' in the program 'property
pages'.

To get to the 'property pages', right-click the solution & click
'properties' or click the 'Project' menu & click 'Properties'.

Crouchie1998
BA (HONS) MCP MCSE
 
Crouchie1998 said:
Make sure you check the checkbox in the 'configuration
properties/optimizations', 'enable increment build' in the program
'property
pages'.

Incremental build doesn't have anything to do with the product version, it
only prevents the compiler from recompiling unchanged parts of the code when
building the project.
 
Kevin said:
So the only time my project get a new version number is when I reopen it?
EEK! :(
What's the reasoning hehind that?


The articles I referenced in my post will certainly deal with the reasons.
 

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