CF 1.0 assembly execution under CF 2.0

  • Thread starter Thread starter Olivier Dewit
  • Start date Start date
Hi Oliver,

You'll need to drop in a config file (named YourAppName.exe.config) like:

<?xml version="1.0" encoding="utf-8">
<configuration>
<startup>
<supportedRuntime="v2.0.5238.0" />
</startup>
</configuration>

Run cgacutil.exe from \Windows to get the version number of the .NET CF
installed on your device for verification.

hth,
Nino
 
Back
Top