Hello everyone,
I've a little question about the VS 2008. There is the possibility to create a pre-build-event. In this event I call a self-written-methode which should increment the "build-number" in the AssemblyInfo.cs. But that's not my problem, it works. But there's an other problem:
When I call the build-event the methode increment the buildnummer in the AssemblyInfo.cs, but the versionnumber in the builded .exe is still the old!
So I think, the old build-number is written to the .exe before the pre-build-event is activated!?
Have anybody an idea, how to increment the build-number before the old is written to the .exe!?
thx
Loading
Suthish NairPosted Jan 31, 2011, 12:54 PM
Te HaPosted Jan 31, 2011, 1:59 AM
http://autobuildversion.codeplex.com/
Suthish NairPosted Jan 30, 2011, 1:19 PM
So other members can easily find the answers.
Suthish NairPosted Jan 27, 2011, 11:11 AM
Or refer this forum might helps