Retrieve Version Numbers of DLLs and Executables
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Can anyone tell me how I can programatically retrieve the version numbers of DLLs and Executables, other than the executing DLL or EXE, using Visual Studio 2005? Thank you...
Did you look at System.Diagnostics.FileVersionInfo[^] ?
Regards Senthil _____________________________ My Blog | My Articles | WinMacro
-
Did you look at System.Diagnostics.FileVersionInfo[^] ?
Regards Senthil _____________________________ My Blog | My Articles | WinMacro