PDA

View Full Version : versioning with C++ in .NET


m.bakker
10-20-2003, 04:26 AM
Visual Build versioning features as it works with C# .Net projects do not appear to work with C++ .Net projects.

Visual Build 5.0 does not modify the 'assemblyinfo.cpp' file to update the .Net versioning attributes as it does with 'assemblyinfo.cs'

I would like to enter this as a bug, and a fix would be very much appreciated.

kinook
10-21-2003, 07:51 AM
That works as expected here. One thing to be aware of, if you're using the version increment option and the project doesn't get built because it's already up-to-date, then the version won't be incremented (this is by design; you can override this behavior by checking the 'force' option on the Project/Solution tab of the Make VS.NET action).

If that's not it, send the following to support@kinook.com:

1) The .sln file + any constituent .vcproj files being built
2) The .bld file
3) The info from Help | About | Install Info

m.bakker
10-22-2003, 03:04 AM
I don't get it to work. I will mail my sample project to your support address.