【发布时间】:2011-09-29 10:52:34
【问题描述】:
我正在尝试在 GTK# 中将 Mono.TextEditor 程序集与 .NET Framework 3.5 一起使用。但我不断收到System.BadImageFormatException
Could not load file or assembly 'Mono.TextEditor, Version = 1.0.0.0,Culture = neutral,
PublicKey Token = null' or one of its dependencies. This assembly is built by a runtime
newer than the currently loaded runtime and cannot be loaded.
我使用的 MonoDevelop 版本(Mono.TextEditor 是 MonoDevelop 的一个插件)肯定是由 .NET 3.5 版构建的。有什么帮助吗?
【问题讨论】:
标签: c# .net .net-3.5 mono gtk#