Ok, this must be a dumb question but I can't find where you set the application version on my VB.NET Project.

I have tried right clicking on my project and clicking on Properties. That brings up a window called '[My project] Property Pages" Under "Common Properties" I only have 5 Options: General, Build, Imports, Reference Path, and Designer Defaults. I read one online tutorial that showed Version on this list, but I do not see it.

What am I doing wrong?

When I call a Application.ProductVersion I get 1.0.853.13092
Whe I create a System.Version object and do a oVer.ToString I get 0.0

This VB.NET Project should be ver 4.0 as 3.0 was written in VB6