bradmagnus
bradmagnus

Reputation: 117

Getting started with a Windows Store app

I'm looking to get started on a pretty simple Windows Store app. It'll be distributed inside a business, not public (there's a more specific way to say that but...). It seems you can't get past the very first step of installing Visual Studio if you aren't on Windows 8.1. I have a Win8 device (a Surface Pro 3), but I'd be more comfortable developing on my Windows 7 Desktop. Long question to say, do I have to purchase a Windows 8 license to run a VM on my Desktop for development? Or is there an easier way to get Visual Studio installed and started? Windows Dev guidelines, just kinda jump over that little step...

Upvotes: 0

Views: 71

Answers (2)

crea7or
crea7or

Reputation: 4490

Yes, you need a license even for VM. However, Microsoft has the best support for developers and you can find some programm that will be suitable for you. BizSpark, DreamSpark, AzureCloud etc. Maybe you'll be able to get all the software for free. Regarding the new system, Windows 8 is same as Windows 7 in desktop mode. Except start menu. So, you can install Pokki or Start8 to 'fix' it.

Upvotes: 1

Filip Skakun
Filip Skakun

Reputation: 31724

Not sure why you would keep a 5 year old OS on your desktop, but you do need Windows 8 to do Windows 8 development. Not sure if there's any way to develop on Windows 7 and do remote debugging to a Windows 8 device - I doubt that, but that would be much more painful anyway than debugging on your dev box.

Upvotes: 2

Related Questions