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

Janne Rantala janne.rantala at gmail.com
Fri Jul 7 09:37:57 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


If I use MonoDomain which I get from mono_init_version("root","v2.0.50727")
my application crashes in mono_thread_attach. If I skip thread attach, I get
**ERROR**:runtime invoke called on uninitialized runtime aborting..." when
trying to run mono_runtime_object_init.

I use Visual Studio 2005 to compile assemblies, and both file and assembly
version is set to 2.0.0.0. but still Mono doesn't load 2.0 corlib?

Have I missed something?

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


More information about the Mono-devel-list mailing list