PDA

View Full Version : Updating versions in mixed projects


benfulton
01-11-2007, 12:08 PM
I have a VS.NET solution file I am compiling with Visual Build. The file has some C# projects, and they update versions correctly, but it also has a C++ DLL in it that does not seem to have its version incremented. In the project I always see

Post-processing...
DicomPing.vcproj...(no changes)
Implementation.csproj...incrementing version...
Interfaces.csproj...(no changes)
Watchdog.csproj...incrementing version...

even if the vcproj has changed.

kinook
01-11-2007, 02:04 PM
Please ZIP and send or post:
1) The info from Help | About | Install Info
2) The .bld file
3) A build log file
4) The .sln file and project files (no source code files)

Thanks.

benfulton
01-11-2007, 03:06 PM
Attached.

benfulton
01-11-2007, 03:09 PM
Oops. It appears clicking "Preview Reply" clears out the attachment field. Let's try again...

kinook
01-11-2007, 05:18 PM
The Make VS.NET action was not handling $(ProjectDir) references in the project file properly. The download at http://www.kinook.com/Download/VisBuildProEval.exe has been updated with a patch for this issue (VisBuildDotNET.dll v6.2.1.5) which should resolve this problem.

benfulton
01-15-2007, 08:31 AM
Thanks! Looks good so far.