Where do I get the NetCF v2 beta?

I've recently been asked where the .NET Compact Framework version 2 beta is availble for download. The NetCF beta is part of the .NET Framework SDK version 2.0 beta (https://www.microsoft.com/downloads/details.aspx?familyid=916EC067-8BDC-4737-9430-6CEC9667655C&displaylang=en) or as part of the Visual Studio 2005 beta (https://lab.msdn.microsoft.com/vs2005/get/default.aspx). Please note that if you wish to use the Visual Studio 2005 beta to build NetCF applications, you will need to order the full beta product -- smart device programmability are not available in the Visual Studio 2005 Express beta products.

If you use the Visual Studio 2005 beta, you can install the NetCF v2 beta to your device by building and deploying a simple project. If you use the .NET Framework beta, you will need to copy the appropriate .cab file to your device. To install, double tap on the .cab file name in the device's file explorer. The cab files are located in <drive>:\Program Files\Microsoft.NET\SDK\v2.0\CompactFramework\WindowsCE and are arranged by operating system version (PocketPC 2003 -- wce400).

-- DK

Disclaimers:
This posting is provided "AS IS" with no warranties, and confers no rights.
Some of the information contained within this post may be in relation to beta software. Any and all details are subject to change.

Comments

  • Anonymous
    August 13, 2004
    Will my .NET CF v1 app work with the .NET CF v2 Beta? How do I know? Just try it and see?
  • Anonymous
    August 13, 2004
    Mike W., Your NetCF v1 application should run against the NetCF v2 beta. The best way to know is to give it a try -- you can use an app.config file to force it to run against the beta (http://blogs.msdn.com/davidklinems/archive/2004/08/03/207372.aspx).
    If you run into any problems, please be sure to let us know.
    -- DK
  • Anonymous
    August 16, 2004
    Does NetCF v2 Beta work on PPC 2002 devices? (WinCE v3)
  • Anonymous
    August 16, 2004
    The NetCF v2 beta ships support for PocketPC 2003 (WinCE 4.2) and WindowsCE v5 (installation cabs are in the SDKv2.0CompactFrameworkWindowsCEwce<400|500> folder (typically under c:program filesmicrosoft.net).
    -- D