Search code examples
visual-studio-2015uwpwin-universal-appxamarin-zebblezebble

How do I resolve a missing project subtype error I recieve when creating a new zebble project?


I have installed Visual Studio Update 3, and I'm trying to work with the Zebble framework. I installed Xamarin, UWP, and other prerequisites. Still, I cannot create a new Zebble for Xamarin - Cross platform solution project. I'm getting this error:

enter image description here

Would you please help me out?


Solution

  • That happens when you have an older version of UWP tools installed in your Visual Studio. You need to:

    1. Edit Visual Studio to uninstall UWP tools.
    2. Delete the old versions of UWP SDK from Programs and Features.
    3. Close and restart your computer.
    4. Edit Visual Studio to install UWP tools again.

    enter image description here