[Mono-dev] Problem with google calendar authentication using embedded mono in app

Robert Jordan robertj at gmx.net
Mon Mar 23 14:29:21 EDT 2009


Chenthill wrote:
> Am currently using mono 2.2. What is the version I should be using to have
> the fix ? Any bug references would be helpful for me to figure it out..

The stacktrace from your initial post originates from mono 2.0.1:

>  --- End of inner exception stack trace ---
>   at System.Configuration.ClientConfigurationSystem.get_Configuration ()
> [0x00025] in
> /usr/src/packages/BUILD/mono-2.0.1/mcs/class/System.Configuration/System.Configuration/ClientConfigurationSystem.cs:54

Anyway, this is most likely still an issue: assure that your embedding
code is calling mono_jit_exec () at some point, preferably right after
mono_jit_init ().

For this purpose I'm using a service assembly that provides the
Main entry point necessary for mono_jit_exec ().

Robert



More information about the Mono-devel-list mailing list