Which platforms will support Visual Studio 11? - visual-studio

We all know that windows 8 will be released very soon, and that Visual Studio 11 will be released too. With Visual Studio 11 you can make Metro UI apps exactly like WP7.
My question is that if we program with VS 11, is it supported on Windows 7, Vista and XP?

You can install VS11, but you will not be able to develop Metro UI unless you're in Windows 8.
http://social.msdn.microsoft.com/Forums/en-NZ/toolsforwinapps/thread/0155ffb8-b526-46f3-9286-3befd5563b32
That is why they are giving you the Win8 Dev Preview image that you can install VS11 Ultimate and test it out.
Windows 8 Developer Preview Downloads Page
VS11 Developer Preview

Here is the best way to install VS11 and develop Metro apps:
http://www.hanselman.com/blog/GuideToInstallingAndBootingWindows8DeveloperPreviewOffAVHDVirtualHardDisk.aspx

Visual Studio 11 Beta will only run on Windows 7 or Server 2008 and above.
Targeting depends on the project type. Windows 8 Metro app projects can only be built when running VS11 on the Windows 8 Consumer Preview. But the MFC/CRT etc. can target down to Vista.
What sort of application were you thinking of building?

Related

Options to work with Visual Studio 2008 project targeting Windows Mobile 6 platform

I have an old app that was developed in Visual Studio 2008 targeting Windows Mobile 6 devices (Intermec Handhelds). I needed to make few enhancements to the app and tried to open it in Visual Studio 2015 Community Edition but it is not supported. I thought of installing either VS2008 or VS2008 SP1, but I was unable to find the installers on Microsoft.com. Unfortunately, we are unable to upgrade our devices and so we are stuck with the Windows Mobile 6.
Any suggestions? Does anyone know if it is possible to develop Windows Mobile 6 apps using VS2015?
Thanks.

Visual Studio 2013 Community with Update 4 on Windows 10 Insider Preview Build 10074

I today upgraded to Windows 10 Build 10074 that I downloaded from here. Now, I wanted to develop apps for Windows and Windows Phone as a Universal app. Also that I'm willing to do the same for Android devices therefore, I downloaded Visual Studio Community 2013 with Update 4 from here. Now, after it installed it first gave a warning that the system doesn't support Windows Phone 8 emulator (and I understand this because I suppose the processor, Core 2 Duo E7000 doesn't support visualization/SLAT technology). After this I opened Visual Studio which first loaded, then closed automatically (quite abruptly). I opened a sample solution afterward which loaded, then a dialog came stating you need to enable developer mode in Windows 10 under Settings>Update and Security>For Developers but when I went there and clicked For Developers, the window closed (similar to Visual Studio).
How do I enable it then? And I don't know should I re-install/uninstall it? Or maybe I should download Visual Studio 2015 RC?
Thanks,
Kvaibhav01.
If you really want to develop for the new universal app Platform, you will need VS2015 RC, but your apps won't work on Windows 8 devices, only for Windows 10.

Is it possible to develop for Windows Phone 7.5 in VS11 on Windows 7?

I'm about to start working on a Windows Phone project which targets Windows Phone 7.5.
For other projects, I use Visual Studio 11, but when I try to load the WP 7 projects, they show up as unavailable. Apparently, they are "...incompatible with the current edition of Visual Studio" (the message I get when hovering over the project nodes in the solution explorer).
I am able to open the projects in Visual Studio 2010 Express for Windows Phone (available from this page along with the 7.1 SDK package), but I would really prefer to work in VS11. I find it hard to believe that there is no way to do this, yet I have not been able to find any clear answers;
Any pointers or ideas on how to make VS11 support WP 7 projects in Windows 7 (if it is at all possible) would be appreciated.
Update: I forgot to mention one critical detail: I am using Windows 7, which prohibits me from using the Windows 8 SDK (which requires Windows 8).
Yes, you can develop Windows Phone 7.5 and 8 applications in same IDE — Visual Studio 2012. Just download and install SDK 8.0.
UPDATE: On Windows 7 please try this solution:
Download all files of this folder on git-hub
Drag WPexpress_full.exe and drop it on wp8sdk_installer.exe
Follow the White Rabbit
But be prepare for some bad news:
Windows Phone 8 emulator doesn't work
Blend for Windows Phone 8 doesn't work
Apparently this does not seem to be possible.
Citing the linked page:
Windows Phone: You can’t open this project in Visual Studio 2012
because it doesn't support the project type.
I'm assuming this will change once we switch to Windows 8, and are able to use the Windows 8 SDK, as andrewpey mentioned.

Develop for Windows Phone 7 (or 7.1) using Visual Studio 2012 (RTM,Premium)

Is it possible to get the WindowsPhone 7.1.1 sdk to work with Visual Studio 2012?
Edit: As stated in the title of my question: I wanted to know whether its possible to develop windows phone 7.1.1 apps using Visual Studio 2012.
I already tried installing the SDK and the hotfix but I still can't open Windows Phone 7.1 projects with VS2012. Hence, my question: Am I missing something obvious or is it simply not possbile?
There we go :) --> Windows Phone SDK 8.0
I have both Visual studio 2012 RTM (for Windows 8 store application development) and Windows phone 7.1.1 SDK in my Windows 8 Release Preview and they are working fine.
And like you, I am also waiting for the Windows Phone 8 SDK.(btw, there is no windows phone 7.8 sdk)
UPDATE: This Windows Phone 8.0 SDK link states that "you can install Windows Phone SDK 7.1 (and the WPSDK 7.1.1 Update) and continue to build apps and games that target Windows Phone 7.5. The existing Windows Phone SDK installs side by side with Visual Studio 2012, and you can feel confident that the code you write today will work on Windows Phone 8 devices."

Does Visual Studio 2010 support Windows Metro style applications?

Does Visual Studio 2010 support Windows Metro style applications?
I am going to build a Microsoft WP7 application. I have Visual Studio 2010 and I have installed SDK7.1. I am not getting Metro style as an option so what do I have to do?
You will need to get the Visual Studio 11 Dev Preview to start working on Metro apps. The Express version can be downloaded in the Windows 8 Dev Preview.
If you want to build a Windows Phone application, you can use Visual Studio 2010. If you want to build a Windows 8 Metro application, you need the Windows 8 and Visual Studio 11 developer previews as #Kenneth-Funk mentioned.
You can't convert your WP7 app to Win 8 Metro. You have to rewrite since you're moving from Silverlight to WinRT development.

Resources