[Mono-list] Janus Grid in Mono
Jacek Blaszczynski
jacek.blaszczynski at acn.waw.pl
Sun May 14 07:14:35 EDT 2006
Hi!
Use ildasm - ilasm roundtrip to recompile it in release mode.
Cheers
http://sourceforge.net/projects/ngmp
-----Original Message-----
From: mono-list-bounces at lists.ximian.com
[mailto:mono-list-bounces at lists.ximian.com] On Behalf Of Paddy Joy
Sent: Sunday, May 14, 2006 11:10 AM
To: mono-list at lists.ximian.com
Subject: [Mono-list] Janus Grid in Mono
Has anyone got the Janus Grid working in Mono on Linux? Is it even possible
to use a third party controls that were built for MS .NET?
I have tried simply referencing the windows dll's in my project but it seems
they were compiled in Debug mode:
[paddy at laptop JanusTest]$ mcs Form1.cs -r:System.Windows.Forms
-r:System.Drawing -r:System.Data -r:Janus.Windows.Common.v2.dll Assembly
'/tmp/JanusTest/JanusTest/Janus.Windows.Common.v2.dll' has the non-standard
metadata heap #-.
Recompile it correctly (without the /incremental switch or in Release
mode).error CS0006: Cannot find assembly `Janus.Windows.Common.v2.dll'
Log:
Compilation failed: 1 error(s), 0 warnings
Paddy
_______________________________________________
Mono-list maillist - Mono-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
More information about the Mono-list
mailing list