Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Windows Phone 8.1 or 10 applications be created in Visual Studio 2017

Can Windows Phone 8.1 or Windows Phone 10 applications be created in Visual Studio 2017?

Windows Phone 8.1 applications created in VS2015 are not loaded in VS2017. Instead "(incompatible)" text is displayed in Solution Explorer (I get the same behavior for Windows 8.1 applications).

(This question is not about Xamarin projects)

like image 201
Pawel Lesnikowski Avatar asked Mar 14 '17 21:03

Pawel Lesnikowski


People also ask

Is Visual Studio 2017 supported on Windows 7?

Supported Operating Systems Windows Server 2016: Standard and Datacenter. Windows 8.1 (with Update 2919355): Core, Professional, and Enterprise. Windows Server 2012 R2 (with Update 2919355): Essentials, Standard, Datacenter. Windows 7 SP1 (with latest Windows Updates): Home Premium, Professional, Enterprise, Ultimate.

Is Visual Studio compatible with Windows 8?

Visual Studio 2022 doesn't install on Windows 8.

Which version of Visual Studio is best for Windows 10?

Visual Studio 2022 is the best Visual Studio ever. Our first 64-bit IDE makes it easier to work with even bigger projects and more complex workloads. The stuff you do every day—like typing code and switching branches—feels more fluid more responsive.

Does VS 2017 support .NET core?

Visual Studio 2017 Support for .NET Framework, . NET Core, Mono, and . NET Native for Universal Windows Platform (UWP).


3 Answers

VS2017 doesn't support Windows Phone 8.x or Windows 8.x applications, only UWP. Windows Phone 10 application you're asking about is actually UWP app for Windows 10 Mobile, so VS2017 can do that.

VS2015 supports both types, however you won't be able to target newer versions of SDK and .NET native toolchain for UWP.

like image 67
Andrei Ashikhmin Avatar answered Oct 10 '22 21:10

Andrei Ashikhmin


From the doc. Other "no support" elements are listed here as well. https://docs.microsoft.com/en-us/visualstudio/porting/port-migrate-and-upgrade-visual-studio-projects

Windows Store/Phone apps - Projects for Windows Store 8.1 and 8.0, and Windows Phone 8.1 and 8.0 are not supported in Visual Studio 2017. To maintain these apps, continue to use Visual Studio 2015. To maintain Windows Phone 7.x projects, use Visual Studio 2012.*

like image 22
Joe Healy Avatar answered Oct 10 '22 23:10

Joe Healy


From the declined suggestion posted to UserVoice.

Visual Studio 2015 continues to be a productive developer environment for maintaining Windows 8.1 Store apps. Visual Studio 2017 installs cleanly side by side with Visual Studio 2015, allowing you to maintain your existing Windows 8.1 Store apps in Visual Studio 2015, and to use the latest tools when it comes time to migrate your apps forward to Windows 10.

like image 38
HappyNomad Avatar answered Oct 10 '22 23:10

HappyNomad