Hello Andrus,

You should not copy MS .NET libraries under Mono directory to use them. The
binary compatibility of Mono is for applications using .NET only and not for
the MS .NET libraries. You need to check your application with MoMA[1] just
to verify all the API that you have used are Mono complaint !

[1] - http://www.mono-project.com/MoMA

Thanks
Nagappan

On Mon, Jun 23, 2008 at 2:35 AM, Andrus <[EMAIL PROTECTED]> wrote:

> 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.
>
> _______________________________________________
> Mono-list maillist  -  [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-list
>



-- 
Linux Desktop (GUI Application) Testing Project -
http://ldtp.freedesktop.org
http://nagappanal.blogspot.com
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to