Groups | Blog | Home
all groups > dotnet compact framework > august 2006 >

dotnet compact framework : Get version number of another exe


GD
8/4/2006 4:21:17 PM
Hi,

I wonder how to get a version number in the AssemblyInfo.cs of another Exe
file created using CF.

Thanks.

GD

Alex Yakhnin
8/6/2006 10:02:49 AM
You can use reflection for that. Use Assembly.Load first...

--
Alex Yakhnin, Device Application Developer MVP
http://blog.opennetcf.org/ayakhnin

[quoted text, click to view]

GD
8/7/2006 2:11:11 PM
Alex,

Your reply helps me find the solution, which is
Assembly.LoadFrom(Other.exe)....

Thanks very much.

GD

[quoted text, click to view]

AddThis Social Bookmark Button