I recently installed Xamarin. I experienced no issues with it for about a week. Now, when i load visual studio I get an alert that says:
The 'InspectorPackage' package did not load correctly.
The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file 'C:\Users{redacted}\AppData\Roaming\Microsoft\VisualStudio\14.0\ActivityLog.xml'.
Restarting Visual Studio could help resolve this issue.
Continue to show this error message?
Restarting Visual Studio does not resolve this issue.
Upon inspecting the xml file, I find:
<entry>
<record>503</record>
<time>2017/02/15 15:33:56.686</time>
<type>Error</type>
<source>VisualStudio</source>
<description>LegacySitePackage failed for package [InspectorPackage]Source:
'' Description: Not implemented
(Exception from HRESULT: 0x80004001 (E_NOTIMPL))

System.NotImplementedException: Not implemented
(Exception from HRESULT: 0x80004001 (E_NOTIMPL))

at EnvDTE.Project.get_FullName()

at Xamarin.Inspector.VS.VSAgentExecutionTarget..ctor(Project proj)

at Xamarin.Inspector.VS.VSInspectorSession.CreateAgentExecutionTarget()

at Xamarin.Interactive.IdeSupport.InspectorSession.Prepare()

at Xamarin.Inspector.VS.InspectorPackage.RefreshInspectorSession()

at Xamarin.Inspector.VS.InspectorPackage.Initialize()

at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.SetSite(IServiceProvider sp)
</description>
<guid>{0FCBA9C6-0554-418C-8B79-FF2ED7DC658D}</guid>
<hr>80004001 - E_NOTIMPL</hr>
<errorinfo></errorinfo>
</entry>
What can I do to fix this?