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?
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?