Joaquín L. Robles
Joaquín L. Robles

Reputation: 6494

Developing apps for Windows CE .NET 4.2 with VS 2010

Is it possible to develop apps for Windows CE .NET 4.2 in Visual Studio 2010 under Windows 7? Because I had several problems trying to use VS2003 and eMbedded Visual C++ 4.0... Thanks

Upvotes: 0

Views: 918

Answers (1)

ctacke
ctacke

Reputation: 67168

No. You can definitely use Studio 2005 and probably Studio 2008 (I've not tested CE versions earlier than 5.0 that I recall) with native code. Managed code will be fine but it will require manual deployment of the CF to the device before debugging (Studio '08 will puke trying to deploy it).

Upvotes: 2

Related Questions