Getting the Version info from AssemblyInfo.vb
ASP.NET
2
Posts
1
Posters
0
Views
1
Watching
-
Can you someone please help me get the version information from the AssemblyInfo.vb file? It seems like it would be an easy task but the solution has been eluding me for awhile. Thanks David
-
Can you someone please help me get the version information from the AssemblyInfo.vb file? It seems like it would be an easy task but the solution has been eluding me for awhile. Thanks David
Well I figured it out...the answer is.. System.Diagnostics.FileVersionInfo.GetVersionInfo(System.Reflection.Assembly.GetExecutingAssembly.Location).ProductVersion Thanks anyway