H
Harry Simpson
I've got an app in VS2005 that insists on running on the Cf 2.0 RTM (v2.0.5238) unless that is the CAB copied over in dubug run I get errors and the app will not run.
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
I've installed CF2SP2 on the device and it's redistributables are at
C:\Program Files\Microsoft.NET\SDK\CompactFramework\v2.0\WindowsCE\wce500\armv4i\NETCFv2.wm.armv4i.cab
this cab file is dated 2/14/2007 and 2,195KB.
I'm really confused at this point - HAd been working happily in VS2008 with CF3.5 and had to go back to my VS2005 project but now debug doesn't work. If I just deploy and copy over the CF2.0 RTM and install manually then start the app on the device it runs great.
How do I tell VS2005 to use a specific version of CF2 during construction and debug mode run to device from IDE????
Any help greatly appreciated!!
Harry
PS I'm using a few PInvokes but they ought to work in the latest CF versions right?
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
I've installed CF2SP2 on the device and it's redistributables are at
C:\Program Files\Microsoft.NET\SDK\CompactFramework\v2.0\WindowsCE\wce500\armv4i\NETCFv2.wm.armv4i.cab
this cab file is dated 2/14/2007 and 2,195KB.
I'm really confused at this point - HAd been working happily in VS2008 with CF3.5 and had to go back to my VS2005 project but now debug doesn't work. If I just deploy and copy over the CF2.0 RTM and install manually then start the app on the device it runs great.
How do I tell VS2005 to use a specific version of CF2 during construction and debug mode run to device from IDE????
Any help greatly appreciated!!
Harry
PS I'm using a few PInvokes but they ought to work in the latest CF versions right?