Assembly Version
C#
2
Posts
2
Posters
0
Views
1
Watching
-
If I have more than one version of one assemblies, then how'll I use old version. (how/where to specify version number?)in my application? Rahul Kulkarni
Edit AssemblyInfo.cs. You will see a line that says something like
[assembly: AssemblyVersion("1.0.0.0")]
Change it to whatever version you want.
Cheers, Vıkram.
After all is said and done, much is said and little is done.