Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What version of Visual Studio do I need to develop Windows Mobile 6.1 apps?

What version of Visual Studio do I need to develop Windows Mobile 6.1 apps?

I wish to write an application for a device running Windows Mobile 6.1 with Visual Studio. I hear the Express versions of Visual Studio do not support this, but some sites I've read say the standard editions do, some say only the professional do.

Some also say you can use Visual Studio 2010, some say you can only use 2008.

I'm currently running Visual Studio 2012 Express which I don't believe supports Mobile, let alone 6.1.

like image 540
Lift Avatar asked Dec 16 '12 23:12

Lift


People also ask

Which version is best for Visual Studio?

Visual Studio 2022 is the best Visual Studio ever. Our first 64-bit IDE makes it easier to work with even bigger projects and more complex workloads.

Can you develop iOS apps in Visual Studio?

You can build apps for Android, iOS, and Windows devices by using Visual Studio. As you design your app, use tools in Visual Studio to easily add connected services such as Microsoft 365, Azure App Service, and Application Insights.


1 Answers

To support what @HansPassant has answered, here is a link of Visual Studio 2008 edition comparison document from Microsoft,

http://www.microsoft.com/en-us/download/details.aspx?id=7940

As page 19 (of the PDF version) indicates, you will have to use Visual Studio 2008 Professional edition and above so as to work on "Smart Device".

Starting from Visual Studio 2010, Microsoft discontinued such mobile platform support,

http://msdn.microsoft.com/en-us/library/sa69he4t(v=vs.100).aspx

like image 153
Lex Li Avatar answered Sep 21 '22 15:09

Lex Li