我最近安装了Xamarin。我在大约一周内没有遇到任何问题。现在,当我加载visual studio时,我收到一条警告:
'InspectorPackage'包未正确加载。
问题可能是由配置更改或安装其他扩展程序引起的。您可以通过检查文件来获取更多信息 'C:\用户{删节} \应用程序数据\漫游\微软\ VisualStudio的\ 14.0 \ ActivityLog.xml'
重新启动Visual Studio可以帮助解决此问题。
继续显示此错误消息?
重新启动Visual Studio无法解决此问题。
检查xml文件后,我发现:
<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>
我该怎么做才能解决这个问题?
答案 0 :(得分:0)
这就是我所做的,它对我有用:
1)转到Visual Studio的路径并删除该文件夹中的所有内容
(这将删除你的visual studio设置)Visual Studio在此之后不会工作
C:\Users\<username>\AppData\Local\Microsoft\VisualStudio
2)卸载Visual Studio。然后重新安装。
如果这不起作用,请查看该文件夹中的xamarin文件并删除其中的所有内容。