【问题标题】:Monodevelop F# bindings failed to addMonodevelop F# 绑定未能添加
【发布时间】:2011-02-17 07:24:51
【问题描述】:

使用本地和在线存储库添加 F# 绑定 - 相同的错误。

单开发:2.4.2.1

gtk-sharp-2.12.10.win32

MonoDevelop.FSharpBinding_2.4

Windows 操作系统

错误堆栈:

System.Reflection.TargetInvocationException: target of an invocation throws an exception. ---> System.AccessViolationException: Attempted to read or write protected memory. This often indicates that other memory is corrupt.
       в Gtk.Application.gtk_main_iteration()
       в Gtk.Application.RunIteration()
       в Mono.Addins.Gui.InstallMonitor.WaitForCompleted()
       в Mono.Addins.Gui.AddinInstallDialog.Install()
       в Mono.Addins.Gui.AddinInstallDialog.OnPageChanged()
       в Mono.Addins.Gui.AddinInstallDialog.OnNextPage(Object sender, EventArgs e)

       --- end of internal stack ---

       в System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       в System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       в System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       в System.Delegate.DynamicInvokeImpl(Object[] args)
       в GLib.Signal.ClosureInvokedCB(Object o, ClosureInvokedArgs args)
       в GLib.SignalClosure.Invoke(ClosureInvokedArgs args)
       в GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)

也许我需要从主干尝试 monodevelop ?

【问题讨论】:

    标签: f# mono monodevelop


    【解决方案1】:

    我在 Windows 上为 MonoDevelop 安装 F# 时看到了这个错误。不幸的是,这是 Windows 上 MonoDevelop 中的reported bug。一种解决方法是手动将程序集复制到 MonoDevelop 安装目录。

    我在project homepage 中添加了一些信息。 (请参阅“在 Windows 上为 MonoDevelop 安装 F#”)。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-01-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多