Subject: Mono client
I'm trying to create a client on OS X using Mono. I have Mono 2.10.7. I downloaded the latest developer Mono Matrix.dll (actually the standard .NET Matrix.dll gives the same error). When I attempt to run my application I get this error:
Unhandled Exception: System.InvalidProgramException: Invalid IL code in Matrix.Xmpp.Client.XmppClient:.ctor (): IL_0006: stfld 0x0400037f
at TestMatrix.SyncViewerHost.JabberJoin () [0x00000] in <filename unknown>:0
at TestMatrix.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL code in Matrix.Xmpp.Client.XmppClient:.ctor (): IL_0006: stfld 0x0400037f
at TestMatrix.SyncViewerHost.JabberJoin () [0x00000] in <filename unknown>:0
at TestMatrix.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
Is there something I'm missing?
Thanks,
Duane
Unhandled Exception: System.InvalidProgramException: Invalid IL code in Matrix.Xmpp.Client.XmppClient:.ctor (): IL_0006: stfld 0x0400037f
at TestMatrix.SyncViewerHost.JabberJoin () [0x00000] in <filename unknown>:0
at TestMatrix.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL code in Matrix.Xmpp.Client.XmppClient:.ctor (): IL_0006: stfld 0x0400037f
at TestMatrix.SyncViewerHost.JabberJoin () [0x00000] in <filename unknown>:0
at TestMatrix.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
Is there something I'm missing?
Thanks,
Duane