visual studio - .NET Compact Framework SDK download -


Where can I find a .NET compact framework SDK for developing compact framework applications in Visual Studio? Unlike the desktop version of the .NET Runtime, I know that a single download for .NET CF is

You will have to install a Visual Studio based SDK for each device type instead, which you want to support, these SDKs install specific ambulances and other development related support files for such a platform, which are .net All of the CF (i.e. Xbox, Zune and Windows Mobile OS variants, though they all use "same" NAT CF).

For example, there is an MS download page for devices when you install Visual Studio, make sure that you select the Optional Smart Device Support feature.

If you make something against WM 6.0 SDK, you should see that your .NET CF application will work for any part of any Windows Mobile device (i.e. Pocket PC 2003, WM 5.0, WM 6.0, 6.1, 6.5 ...). It certainly assumes that you do not include some tools or OS version specific.

If you install more than one SDK, then to test on different implementers etc. to toggle between its easy visual studio IDE (a Change platform menu option) Version / platform.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -