Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Windows Phone 7.1 SDK on Windows 8.1 RTM with Visual Studio 2013 RC

Does anyone know how to develop for Windows Phone 7, with Visual Studio 2013 (thus without installing Visual Studio 2010) on Windows 8.1 RTM? I've checked the WP8.0 box when I was installing Visual Studio 2013, but it does not provide me the 7.1 SDK which is needed for my solution.

It would be great if I could do it without installing Visual Studio 2010. :D

Thank you in advance :-)

like image 412
Etienne Baudoux Avatar asked Sep 26 '13 08:09

Etienne Baudoux


1 Answers

The Windows Phone 8.0 SDK include the ability to create apps for 7.1 and 8.0 so there should be no need to install the 7.1 SDK.

HOWEVER
Developing apps for 7.x is not supported in Visual Studio 2013.
If you must target 7.x devices you'll need to use VS2010 or VS2012.

If you want o build for Windows Phone 7.x you should use Visual Studio 2012. You can install this AND Visual Studio 2013 on the same machine. The only thing you may not end up being able to do is having a single solution with all projects in that you can use in both versions of VS.

like image 96
Matt Lacey Avatar answered Oct 13 '22 00:10

Matt Lacey