[Mono-list] Problem running simple VS2008 Assembly on Kubuntu
jhsoper
john.soper at gmail.com
Tue Jan 27 17:29:03 EST 2009
Hello all,
I still need your help in getting a simple app running under Mono on Kubuntu
8.10.
I wiped my Kubuntu system clean of mono 1.0 using aptitude and I installed
mono-2.0-devel like so:
sudo aptitude install mono-2.0-devel
Then I installed winforms2.0 support like so:
sudo aptitude install libmono-winforms2.0-cil
Then I tried running my small app built with Visual Studio 2008 on my WinXP
machine. It has one form with one button on it that updates a label control
to display "Hello World". That's it. Nothing complicated at all.
I STILL can't get it to run under mono on my Kubuntu machine:
mono monoTestApplication.exe
** (monoTestApplication.exe:19119): WARNING **: The class
System.IEquatable`1 could not be loaded, used in mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089
Unhandled Exception: System.TypeLoadException: A type load exception has
occurred.
at System.Windows.Forms.Application.EnableVisualStyles () [0x00000]
at monoTestApplication.Program.Main () [0x00000]
I scoured the internet and the Mono Forums to no avail.
Anybody out there familiar with building on Windows and running on Mono
under Kubuntu have any suggestions?
Thanks for the help!
John
--
View this message in context: http://www.nabble.com/Problem-running-simple-VS2008-Assembly-on-Kubuntu-tp21631623p21695861.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list