TDNG
TDNG

Reputation: 57

Can i develop UWP program using windows 7 and visual studio 2015?

I have a raspberry pi3 with windows 10 IoT and my pc has windows 7. I can't use the XAMP Editor in visual studio 2015 because i need to upgrade my pc to windows 10... Is there a way to develop the app using windows 7?

Upvotes: 2

Views: 1652

Answers (1)

Chuck Walbourn
Chuck Walbourn

Reputation: 41057

As noted on the VS 2015 system requirements

For Windows Store and Windows Universal app development: Windows 8.1 and
Windows Phone 8.1 development require Windows 8.1 Update or later.

IOW: Windows 8.1 (fully updated) or Windows 10 is required to develop a UWP.

With VS 2017, UWP development requires Windows 10. See VS 2017 system requirements

Upvotes: 2

Related Questions