Hi,

Am 27.06.2007 um 14:33 schrieb Pedro Gutierrez:

> It works!! Thanks!
>
> I wondered where the string "v2.0.50727" came from, and I found it  
> within mono/metadata/domain.c:
>
> /* This is the list of runtime versions supported by this JIT.
>  */
> static const MonoRuntimeInfo supported_runtimes[] = {
>       {"v1.0.3705", "1.0", { {1,0,5000,0}, {7,0,5000,0} }     },
>       {"v1.1.4322", "1.0", { {1,0,5000,0}, {7,0,5000,0} }     },
>       {"v2.0.50215","2.0", { {2,0,0,0},    {8,0,0,0} }        },
>       {"v2.0.50727","2.0", { {2,0,0,0},    {8,0,0,0} }        }
> };

That detail is not so important, you can use any init function you  
like. The point is, apparently one of them needs to be called before  
config_parse.

Andreas
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to