zoukankan      html  css  js  c++  java
  • vs 启动时报错:未能加载文件或程序集 SharpGit

    错误完整内容:

    ---------------------------
    Microsoft Visual Studio
    ---------------------------
    System.Reflection.TargetInvocationException: 调用的目标发生了异常。 ---> System.IO.FileNotFoundException: 未能加载文件或程序集“SharpGit, Version=1.1000.17.0, Culture=neutral, PublicKeyToken=bbd5cbe025856bdf”或它的某一个依赖项。系统找不到指定的文件。

    在 Ankh.GitScc.StatusCache.GitStatusCache..ctor(IAnkhServiceProvider context)

    --- 内部异常堆栈跟踪的结尾 ---

    在 System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)

    在 System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

    在 Ankh.AnkhRuntime.LoadServices(IServiceContainer container, Assembly assembly, IAnkhServiceProvider context)
    ---------------------------
    确定
    ---------------------------

    解决方法:

    扩展中禁用AnkhSVN。

  • 相关阅读:
    E. You Are Given Some Strings...
    神奇函数
    AC自动机再加强版
    AC自动机2
    AC自动机
    three arrays
    permutation 2
    string matching
    permutation 1
    equation
  • 原文地址:https://www.cnblogs.com/runliuv/p/15631787.html
Copyright © 2011-2022 走看看