In my quest for platform-independence, I built a simple hello-world app on my windows machine using monodevelop 4.0 and gtk# 2.12. When I try to run it on my Ubuntu 12.04 LTS, I get the below runtime error:
Unhandled Exception: System.TypeLoadException: Could not load type 'MainWindow' from assembly 'hellogtk, Version=1.0.4824.3971, Culture=neutral, PublicKeyToken=null'. [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load type 'MainWindow' from assembly 'hellogtk, Version=1.0.4824.3971, Culture=neutral, PublicKeyToken=null'. My mono runtime version is 2.10. Could you suggest what could have gone wrong ? -- View this message in context: http://mono.1490590.n4.nabble.com/Need-help-with-GTK-Newbie-here-tp4659049.html Sent from the Mono - Gtk# mailing list archive at Nabble.com. _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
