【发布时间】:2010-12-13 10:09:45
【问题描述】:
遗憾的是,这几乎是我目前掌握的所有信息。
Git Extensions 208 的安装程序运行良好,Git Extensions 的设置验证良好,所有设置都为绿色,Visual Git 可以在 Visual Studio 2008 中正常打开。
但是,进入 Visual Studio 2010 会给我一个对话框:
The Add-in 'Visual Git' failed to load or caused an exception.
Would you like to remove this Add-in?
If you choose yes, the file it was loaded from,
'\\myFileServer\home\myUserName\Visual Studio 2010\Addins\GitPlugin.AddIn',
will be renamed.
Error Message: <Unknown Error>
Error number: 80131515
[Yes] [No]
Visual Git 加载失败。
Visual Git 文件是从文件服务器托管的问题吗?这就是我能想到的可能......
以前有没有人看到/解决过这个问题?
编辑:在有人问之前,标题不包含“2008”的错字。 Git Extensions 声称可以与 VS2005/2008/2010 一起使用。据我所知,它也是 208 版的事实是巧合。
【问题讨论】:
-
你试过用谷歌搜索那个错误代码吗? 80131515? - tech-archive.net/Archive/DotNet/… -
CreateObject: returns error 80131515 (The given path > format is not supported) -
大概就是这样。我会在开发页面上提出这个问题,看看会发生什么。
标签: .net git visual-studio-2010 git-extensions