Visual Studio 2013 Professional crashes when I try to open the Debug tab in the properties panel of a Windows Phone 8 project. No error given only "Microsoft Visual Studio 2013 has stopped working". Attached Visual Studio as a debugger and got the following error:
An unhandled exception of type 'System.NullReferenceException' occurred in Microsoft.VisualStudio.SmartDevice.ProjectSystem.Base.dll
Another thing I noticed is that the only option I have with debugging is Start. There are no emulators and no device option. When I click start an emulator starts and I can debug my application. I think this has to do with the debug tab in properties.
When I uninstall Xamarin debugging works fine.
I'm running Visual Studio as an Administrator.
How to solve this?