version of CF ..like cgacutil

  • Thread starter Thread starter A.User
  • Start date Start date
A

A.User

I would like to pick up the version of the CF ... like what is shown with
cgacutil.
I tried something like:

// get CF version
Assembly cf = Assembly.LoadFrom("MSCorLib.dll");

but this always throws an exception. is there another way?
or another dll I should be using?
 
Back
Top