1

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

BenCamps
  • 1,694
  • 15
  • 25
Elstine P
  • 340
  • 4
  • 22

2 Answers2

3

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."

Rob Caplan - MSFT
  • 21,714
  • 3
  • 32
  • 54
  • When I create a new project in 2017 I am not able to see .uwp but I am able to see .iOS and .Android can I have your take on this please – Elstine P May 26 '17 at 10:41
  • Make sure you have UWP development installed. It's a separate tile in the VS installer from the Xamarin tile. – Rob Caplan - MSFT May 28 '17 at 13:53
  • I downloaded and installed..it still not works if you don't mind can you provide me the link please :) – Elstine P May 30 '17 at 11:35
0

@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

Kamlesh
  • 29
  • 5