Reputation: 549
I cant create new xamarin.forms projects. visual studio 2015 gives me following error
I can open existing xamarin projects and deploy successfully. but can not create new one
Upvotes: 0
Views: 89
Reputation: 4046
I do not know what is the exact solution to this but you can follow these steps. It works for many people with this error.
Go to Add/Remove programs and open Visual Studio installer in modify mode
Remove Xamarin and related features
Reinstall Xamarin and related features.
Now open Visual Studio>>New Project>> Xamarin Project
Please keep in mind that you remove all Xamarin related tools from your Visual Studio.
Upvotes: 2