[Mono-list] Running dbLinq application
Andrus
kobruleht2 at hot.ee
Mon Jun 23 05:35:10 EDT 2008
I want to run .NET 3.5 Dblinq application with MONO 1.9 in Windows to test
WinForms GUI parts of application with MONO.
I copied MS System.Core.dll and System.Data.Linq.dll assemblies to
application directory.
I got exception
** (myapp.exe:5208): WARNING **: Missing method
System.Reflection.Emit.DynamicMethod::.ctor(string,Type,Type[],bool) in
assembly C:\PROGRA~1\MONO-1~1.1\lib\mono\2.0\mscorlib.dll, referenced in
assembly C:\myapp\System.Core.dll
Unhandled Exception: System.MissingMethodException: Method not found:
'System.Reflection.Emit.DynamicMethod..ctor'.
at System.Linq.Expressions.ExpressionCompiler.CompileDynamicLambda
(System.Linq.Expressions.LambdaExpression lambda) [0x00000]
at System.Linq.Expressions.ExpressionCompiler.Compile
(System.Linq.Expressions.LambdaExpression lambda) [0x00000]
at System.Linq.Expressions.LambdaExpression.Compile () [0x00000
How to run this application ?
If this method is not implemented in MONO, is it possible to use MS
implementation of DynamicMethod ?
Andrus.
More information about the Mono-list
mailing list