I have a little project that uses mono gtk-sharp, that I build under monodevelop on Fedora and Xamarin on Windows. I wanted to try a clean build, but now I get the following error in Fedora if i try an debug build:
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
If I build a "Release" build, everything works fine. But why does the debug build fail? I have installed all needed libraries. The project src is here:
http://sourceforge.net/p/audiocuesheet/code/HEAD/tree/
Can anybody help?
Thanks in advance ;).