我有一个使用单声道gtk-sharp的小项目,我在Fedora上的monodevelop和Windows上的Xamarin构建。我想尝试一个干净的构建,但现在我在Fedora中遇到以下错误,如果我尝试调试构建:
System.TypeLoadException: Could not load type 'GLib.IgnoreClassInitializersAttribute' from assembly 'gtk-sharp'.
at AudioCuesheetEditor.MainClass.Main (System.String[] args) [0x003e1] in /media/Auslagerung/Projekte/AudioCuesheetEditor/src/AudioCuesheetEditor/MainClass.cs:120
如果我构建一个“Release”版本,一切正常。但为什么调试版本会失败?我已经安装了所有需要的库。项目src在这里:
http://sourceforge.net/p/audiocuesheet/code/HEAD/tree/
有人可以帮忙吗?
提前致谢;)。