changing Application version in VC .Net framework

  • Thread starter Thread starter Bipin Mistry
  • Start date Start date
B

Bipin Mistry

hi all,

Please reply as I am new to VC .Net GUI


Can any one please tell me from where I can set Application version in
VC .Net environment.


Please note that I am creating Exe & DLL where there is no resource
file which contains this info as compared to VC++ 6.


Thanks
Bipin Mistry.
 
Please reply as I am new to VC .Net GUI
Can any one please tell me from where I can set Application version in
VC .Net environment.


Please note that I am creating Exe & DLL where there is no resource
file which contains this info as compared to VC++ 6.

Hi,

There should be a file called 'AssemblyInfo.cpp'
Which contains the necessary statements. Edit those statements to change the
version info.

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 
Back
Top