[Mono-dev] Web service client - SendOrPostCallback could not beloaded

Janne Rantala janne.rantala at gmail.com
Fri Jul 7 13:23:39 EDT 2006


2006/7/7, Kornél Pál <kornelpal at gmail.com>:
>
> Use mono_init_version () to initialize the runtime with a specific runtime
> version.
> If you initialize the runtime using an assembly you should compile it with
> the appropriate version of the compiler or use .config files to specify
> the
> runtime version.
>
> Use either "v1.1.4322" or "v2.0.50727" for the runtime version.
>
> Kornél
>
>
It seems that when I create domain with mono_init_version,
default_mono_runtime_invoke in mono_runtime_invoke points to
dummy_mono_runtime_invoke which causes that error I mentioned. But If domain
is created with mono_jit_init, default_mono_runtime_invoke points to
mono_jit_runtime_invoke.

Hope this helps,

Janne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060707/4e69c01e/attachment.html 


More information about the Mono-devel-list mailing list