[Mono-list] Running dbLinq application

Nagappan A nagappan at gmail.com
Mon Jun 23 13:24:17 EDT 2008


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 <kobruleht2 at hot.ee> 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  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>



-- 
Linux Desktop (GUI Application) Testing Project -
http://ldtp.freedesktop.org
http://nagappanal.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20080623/f90d6f98/attachment-0001.html 


More information about the Mono-list mailing list