| Author: ashok 05 Sep 2008 | Member Level: Bronze | Rating: Points: 3 |
Hey, u can follow this 1.goto solution explorer 2.Right click on ur project 3.Goto properties 4.u will get an new tab in which ucan find tab called PUBLISH on left side at bottom 5.from there u can change or assing version to application
if any probs,just post here,
Cheers, Ashok
|
| Author: varun 05 Sep 2008 | Member Level: Gold | Rating: Points: 3 |
Hi Shilpa, If you are willing to maintain the dll version then do the following when you complile your project next time:
1. IN VS2005, click Projects--> Project Properties (last option). 2. There, in the application tab, click on the button 'Assembly Information' 3. In the Assembly Informtion window, change the Assembly version to the next version. If it is a major release change the value of first box from left. If it is a minor release change the value of second box. If it is a bug fix, change the right hand side box value.
Then compile your project.
One more thing, Please provide appropriate title to your post.
|