[Mono-dev] Embedding Mono

Duane Wandless duane at wandless.net
Thu Mar 10 05:57:26 EST 2011


As Robert indicated your call to mono_jit_exec is wrong.  It expects at
least 1 argument.  It should be the assembly file name.

Best of luck,
Duane

On Thu, Mar 10, 2011 at 5:24 AM, vinay_rk <vinay.kashyap at ironmountain.com>wrote:

> Hi Robert,
>
> Thanks for the response. As per your suggestion I tried both "v4.0.30319"
> and "v2.0.50727" in the mono_jit_init call and used the MonoDomain created
> from this call to invoke mono_domain_assembly_open. The behavior is still
> the same. Also for your suggestion about mono_jit_exec, I will try out
> passing the file name as first argument but as of now I' am not even able
> to
> get till there because the mono_domain_assembly_open fails always. Is there
> any thing else I need to change/try ?
>
> Regards
> -Vinay
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/Embedding-Mono-tp3345310p3345541.html
> Sent from the Mono - Dev mailing list archive at Nabble.com.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20110310/7daed663/attachment.html 


More information about the Mono-devel-list mailing list