Viggo Lundén
Viggo Lundén

Reputation: 788

Xamarin project unavailable in Visual Studio 2015

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.

enter image description here

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

Answers (3)

Youssef Hany
Youssef Hany

Reputation: 1

Just right click install missing feature like this image

enter image description here

Upvotes: 0

Prabhat Maurya
Prabhat Maurya

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

Viggo Lundén
Viggo Lundén

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

Related Questions