1

Is there a way to build Windows phone 8 applications using Windows 7 and VS 2010 ? Or is mandatory yo have installed Windows 8 and VS 2012, if so is there possible a conversion from application build using VS 2010 on Windows 7 to the one required by Windows 8 ?

Thanks !

It'sNotALie.
  • 22,289
  • 12
  • 68
  • 103
Clock
  • 974
  • 3
  • 17
  • 35

1 Answers1

2

Yes, you need windows 8. No, it won't work on Visual Studio 2010 - but that also doesn't mean that you need Visual Studio 2012 - you can use Visual Studio Express 2012 for Windows Phone

Also keep in mind that the emulator for this uses Hyper-V, so you'll need a machine capable of running in hypervisor mode. Full system requirements are listed on the linked page (x64, win 8 pro, hyper-v, SLAT, etc)

Marc Gravell
  • 1,026,079
  • 266
  • 2,566
  • 2,900
  • (as in a machine that has SLAT) – It'sNotALie. Jun 28 '13 at 21:37
  • actually, it's the Windows Phone SDK that is not installable on anything besides Windows 8 (as of now) ;-) – thriqon Jun 28 '13 at 21:37
  • @newStackExchangeInstance yes, I was just in the process of appending the basic system requirements, but the linked page shows them – Marc Gravell Jun 28 '13 at 21:37
  • @thriqon which both Visual Studio Express 2012 for Windows Phone and the Windows Phone support in Visual Studio 2012 *make use of*, no? – Marc Gravell Jun 28 '13 at 21:38
  • Thank you for your comment, do you somehow know, if i will build an application for Windows Phone 7.1 or something like that, it will run on Windows Phone 8 ? Is there such a compatibility ? – Clock Jun 28 '13 at 21:38
  • @MirceaLucian apparently: http://stackoverflow.com/questions/13724852/are-windows-phone-7-apps-compatible-on-windows-phone-8-devices - however, you will be limited to the 7.x feature set – Marc Gravell Jun 28 '13 at 21:40
  • @Marc Gravell, thank you ! it seems that there is a "hard way" for that :), this was the "main" info which i seek it. – Clock Jun 28 '13 at 21:44