简体   繁体   中英

Winphone project type is not supported in Visual studio 2017

I have an existing xamarin native project and It has

  • myproj.iOS

  • myproj.Droid

  • myproj.WinPhone

I uninstalled my visual studio 2015 and installed Visual studio 2017

Now in the solution explorer I can see it clearly says myproj.WinPhone (incompatible)

I am aware Microsoft is pushing for UWP but I still want to do as I was doing earlier like supporting windows 8.1 etc..

Is it possible to downgrade this to 2015 so that I can still do myproj.WinPhone ?

Or is there anyother way that will solve this problem

FYI:

I tried creating a new xamarin native project but that doesn't have winphone project but it has for iOS and Android though

See Visual Studio 2017 Platform Targeting and Compatibility

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

@Elstine,

Instead of going back to VS2015, I would recommend to reinstall the VS2017 with some WinPhone Dev kit. I remember, when I was installing VS2017, I un-selected few Win Phone component to save space as I do not need that.

Just check and it should be there in VS2017 installer.

Thanks

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM