4
Answers

Assembly before the Prebuild Event

Ask a question
Te Ha

Te Ha

13y
2.3k
1
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

Answers (4)