Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This is super cool! - Not only has VS 2005 shipped, there's also a component update available for Windows CE 5.0 Platform Builder that gives you a NETCF v2.0 component you can drag from the catalog and add to your Windows CE 5.0 platform configuration.
Here's the link to the NETCF v2.0 MSDN Download which is interestingly called "Windows CE 5.0 Platform Builder Update 051027_KB904260" (catchy name, eh!)
The component is exposed through two new SYSGEN variables - SYSGEN_DOTNETV2 (for the core .NET v2.0 bits) and SYSGEN_DOTNETV2_SUPPORT (for the support files).
From the recent Podcast interview with Richard Greenberg the .NET Compact Framework 2.0 is approximately 2MB in size, compared with approx 1.5MB for the 1.0 Compact Framework bits.
- Mike
- Anonymous
November 02, 2005
I am getting the following error when trying to add a DLL that I created in NETCF v2.0 using CEFileWiz: Version 2.0 is not a compatible version. Any plans on rewriting CEFileWiz for the new version of the NETCF? - Anonymous
November 10, 2005
same here. tried to use some NETCF v2.0 dll files as managed references when i built a C# program which uses windows forms. i got a "Version 2.0 is not a compatible version." any know-how as to how to configure the PB to support NETCF 2.0? - Anonymous
November 14, 2005
Hi, yes, working on an updated version of CEFileWiz, and recording some tutorials at Microsoft Studios today that shows how to hook Windows CE 5.0 and Visual Studio 2005 together.
- Mike