Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to write a version for Dll file which created by an VB application ?? vb2010
Posted

1 solution

Hi,

the AssemblyInfo.vb file contains the version information as following:
<assembly: AssemblyVersion("1.0.0.0")>

just modify that file, compile the dll and you are done!
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 20-Mar-12 13:29pm    
Probably, the closest answer would be FileVersionAttribute, but I'm not sure OP knows the difference and in fact AssemblyVersionAttribute is the most adequate; would be good at least to mention both; I voted 4.
--SA
MoDy kareem 8-Apr-12 17:20pm    
where can i find AssemblyInfo.vb? do you mean Assembly Information under application tap ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900