changing Application version in VC .Net framework

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.
 
B

Bruno van Dooren [MVP VC++]

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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top