[Mono-list] Janus Grid in Mono

Paddy Joy mono at paddyjoy.com
Sun May 14 05:10:18 EDT 2006


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


More information about the Mono-list mailing list