【发布时间】:2015-05-06 15:10:46
【问题描述】:
作为公司,我们使用Ankhsvn v2.3和VS 2008。最近,我们升级到VS2013社区版,但我们不想升级svn repo版本,所以我们升级到了Ankhsvn v2.4。 问题是,对于 Ankh2.3 和 2.4,在 VS2012 中一切正常。但是在 VS2013 中,我无法选择它作为源代码控制插件(Anksvn 2.4),它给了我一个错误,说我必须检查 appdata 文件夹中的日志文件。 有任何想法吗?这是一个常见问题吗?我已经搜索过了,但大多数人升级了他们的存储库,所以他们使用的是 v2.5...
顺便说一下,这里是日志文件:
<entry>
<record>876</record>
<time>2015/05/06 11:22:02.818</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [AnkhSVN - Subversion Support for Visual Studio]</description>
<guid>{604AD610-5CF9-4BD5-8ACC-F49810E2EFD4}</guid>
</entry>
<entry>
<record>877</record>
<time>2015/05/06 11:22:02.818</time>
<type>Error</type>
<source>VisualStudio</source>
<description>SetSite failed for package [AnkhSVN - Subversion Support for Visual Studio]</description>
<guid>{604AD610-5CF9-4BD5-8ACC-F49810E2EFD4}</guid>
<hr>80131602</hr>
<errorinfo>Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.</errorinfo>
</entry>
<entry>
<record>878</record>
<time>2015/05/06 11:22:02.818</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [AnkhSVN - Subversion Support for Visual Studio]</description>
<guid>{604AD610-5CF9-4BD5-8ACC-F49810E2EFD4}</guid>
<hr>80131602</hr>
<errorinfo>Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.</errorinfo>
</entry>
<entry>
<record>879</record>
<time>2015/05/06 11:22:02.818</time>
<type>Warning</type>
<source>VisualStudio</source>
<description>Package failed to load; error message suppressed by skip flag</description>
<guid>{604AD610-5CF9-4BD5-8ACC-F49810E2EFD4}</guid>
</entry>
<entry>
<record>880</record>
<time>2015/05/06 11:22:02.818</time>
<type>Error</type>
<source>VisualStudio</source>
<description>Construction of frame content failed.
Frame identifier: ST:0:0:{c3630016-f162-4af5-b165-9f468a642e9a}
Frame caption: 
Exception details:
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
 at Microsoft.VisualStudio.Shell.Interop.IVsShell5.LoadPackageWithContext(Guid& packageGuid, Int32 reason, Guid& context)
 at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.GetPackage()
 at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent()</description>
</entry>
【问题讨论】:
标签: svn visual-studio-2013 ankhsvn