简体   繁体   中英

.NET Compact Framework SDK download

在哪里可以找到用于在Visual Studio中开发Compact Framework应用程序的.NET Compact Framework SDK?

Unlike the desktop version of the .NET runtime there isn't a single download for the .NET CF that I am aware of.

You instead need to install a Visual Studio based SDK for each device type you want to support. These SDKs install emulators and other development related support files specific to a given platform that the .NET CF runs on (ie XBOX, Zune and Windows Mobile OS variants all have subtle differences even though they all use the "same" .NET CF).

For example here is the MS downloads page for SDK for Windows Mobile 6.0 Professional and Standard devices. When you install Visual Studio also make sure you select the optional Smart Devices support feature.

If you build something against the WM 6.0 SDK, you should find that for the most part your .NET CF application will work on any Windows Mobile device (ie Pocket PC 2003, WM 5.0, WM6.0, 6.1, 6.5...). This of course assumes you don't include something device, or OS version specific.

If you install more than one SDK, its easy enough within the Visual Studio IDE (a Change Platform menu option) to toggle between the various OS versions/platforms within your project to test on different emulators etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM