Reputation: 788
I have a Xamarin solution I've worked on my Mac for some time, but now with Xamarin integration in Visual Studio I want to work on my Windows machine instead. I have Xamarin tools installed and integrated in Visual Studio 2015 Enterprise. When I try to load the unavailable project it just tells me to install missing features, which brings up the VS installation application.
Does anyone know how I bypass this error? Do I need to create a new project and import the old source files? Because I would like to avoid that.
Upvotes: 2
Views: 1305
Reputation: 1088
Try to right click and Reload the project from solution explorer.This will help you to get all the files from project.
Upvotes: 2
Reputation: 788
The problem was that I had to reinstall Xamarin multiple times to get it to work. I installed it through VS and then through Xamarin's own website.
Upvotes: 0