Reputation: 853
I installed Visual Studio 2015 with Xamarin in order to develop mobile applications with C#.
When I open Main.xaml
, I cannot find any controls in the Visual Studio toolbox and the XML editor does not allow me to write anything. How do I fix this?
Upvotes: 2
Views: 151
Reputation: 1805
I had a similar issue. I resolved it by going over to https://www.xamarin.com/download and downloading the installer directly. Once you run it, it detects missing components and updates / installs them for you.
Upvotes: 1