J
Joseph Byrns
I have installed Version 2 of the CF on a 2003 device. I am now trying to
run a V1 application on the device, and to this end I have added a config
file to the application folder as such:
<configuration>
<startup>
<supportedRuntime version="v2.0.5056"/>
</startup>
</configuration>
<runtime>
<compatibilityversion major="2" minor="0"/>
</runtime>
my application is called test-one.exe
and the config file I have named test-one.exe.config
How do I know the application is using the V2 CF? When I do a:
run a V1 application on the device, and to this end I have added a config
file to the application folder as such:
<configuration>
<startup>
<supportedRuntime version="v2.0.5056"/>
</startup>
</configuration>
<runtime>
<compatibilityversion major="2" minor="0"/>
</runtime>
my application is called test-one.exe
and the config file I have named test-one.exe.config
How do I know the application is using the V2 CF? When I do a: