Windows Embedded CE6 R3 supports both .NET CF 2.0 and 3.5. Great you think, but Visual Studio 2005 debugger only supports .NET CF 2.0. This can lead to some very ambiguous behavior when trying to debug .NET CF applications on a CE6 R3 device. Picture the following scenario. You have a Windows CE6 R3 device [...]
Displaying posts tagged with
“Visual Studio 2005”
Visual Studio 2005 with Windows Embedded CE6 R3 Device – .NET CF 2.0/3.5 compatibility problems
By william.white on September 7th, 2011
Visual Studio 2005 deploy error after downloading a managed code application to a Windows CE6 R3 device
By william.white on January 21st, 2011
After deploying a managed code application to a windows CE6 R3 device you get a deployment error something like: Deploying ‘C:\will\VBProjects\CEApp\bin\Debug\HelloWorld.exe’ Deploying ‘C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\CompactFramework\2.0\v2.0\windowsce\diagnostics\System_SR_enu.cab’ Post-deploy error 0×00000001 returned after calling ‘\Windows\wceload.exe /noui \Windows\System_SR_enu.cab’. ========== Build: 1 Visual Studio 2005 will attempt to download the .NET CF 2.0 cab file (System_SR_enu.cab) and automatically [...]
