You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4/2/09 - OpenNETCF Smart Device Framework (SDF) (Community Version) works in version 3.0.0.3800. This is a great tool for all Windows Mobile developers. Everything they have implimented is available via winCE CoreDLL.DLL, but the SDF makes it a lot eaiser and its free.
4/2/09 - .Net CF 3.5 Class Library DLL successfully created and tested (version 3.0.0.3800). Create a new VBNet Class Library (for Windows, not under Compact Framework), and change the Target Framework to Compact Framework 3.5 (click Project->Project Options->Compiling Tab, about half way down is a drop down box for Target Framework).
If you get an error such as: The "AddHighDPIResource" task failed unexpectedly.
You miss a key in the registry: (add this and you'll manage to compile) {BR}
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Setup\VS]{BR} "ProductDir"="c:\Program Files\Microsoft Visual Studio 9.0\"{BR}