代码之家  ›  专栏  ›  技术社区  ›  ChaosSpeeder

在Mac OS X下使用MonoDevelop 2.1创建新的Web项目=>异常

  •  0
  • ChaosSpeeder  · 技术社区  · 17 年前

    我新安装了MonoDevelop 2.1和Mono Framework 2.7。当我尝试创建一个新项目时,出现了以下异常:

    System.Reflection.TargetInvocationException: Exception has been thrown by the target of   an invocation. ---> System.InvalidOperationException: Add-in    
    'MonoDevelop.AssemblyBrowser,2.1.0' could not be loaded. 
    at Mono.Addins.ExtensionNode.get_Addin () [0x00081] in /tmp/monobuild/build/BUILD/mono-addins-0.4/Mono.Addins/Mono.Addins/ExtensionNode.cs:102 
    at Mono.Addins.TypeExtensionNode.get_Type () [0x00026] in /tmp/monobuild/build/BUILD/mono-addins-0.4/Mono.Addins/Mono.Addins/TypeExtensionNode.cs:62 
    

    我该怎么办?

    2 回复  |  直到 17 年前
        1
  •  2
  •   Piotr Zurek    17 年前
        2
  •  0
  •   Mikayla Hutchinson    17 年前

    report the bug 确保对其进行跟踪,以便在未来的版本中进行修复。

    此外,请尝试“ rm -r ~/.config/MonoDevelop/addin*

    (顺便说一句,我想你是指Mono 2.4_7,而不是2.7)