|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Updating AssemblyInfoI have been banging my head on this one for a few days and can't seem
to find an answer anywhere. I have written an app that updates a project's version number in the assemblyinfo.vb file during the Prebuild event. With the aid of pauses in execution, I can see that the version number is, in fact, getting properly set. However, when VS2005 actually builds the project, it uses whatever the old version number was. However, if I manually change the value inside VS2005, it builds with the proper version number. My question is, are the project files that are about to be compiled cached prior to any pre-build events being run? If so, is there any way to clear that and force a recaching after the prebuild event? Or, if not, can you think of any other reason why this update would not hold? Thank you in advance. Mike |
|||||||||||||||||||||||