C
Chance Hopkins
Either of these work, if I have the dll in the bin with my app. When I
delete it, I get an IO error.
System.Reflection.Assembly a =
System.Reflection.Assembly.LoadFrom("Microsoft.WindowsCE.Forms.dll");
System.Reflection.Assembly a =
System.Reflection.Assembly.Load("Microsoft.WindowsCE.Forms,
Version=1.0.5000.0,Culture=neutral");
How do I use the installed assembly? and where is it? I did a search of my
whole device and it didn't turn up. I have 1.1 sp3 and 2.0 installed.
delete it, I get an IO error.
System.Reflection.Assembly a =
System.Reflection.Assembly.LoadFrom("Microsoft.WindowsCE.Forms.dll");
System.Reflection.Assembly a =
System.Reflection.Assembly.Load("Microsoft.WindowsCE.Forms,
Version=1.0.5000.0,Culture=neutral");
How do I use the installed assembly? and where is it? I did a search of my
whole device and it didn't turn up. I have 1.1 sp3 and 2.0 installed.