4 messages in com.googlegroups.google-calendar-help-dataapiRe: Problem running the example C# co...
FromSent OnAttachments
nick17 May 2006 06:41 
Frank Mantek18 May 2006 01:19 
Nick Marshall18 May 2006 13:17 
Frank Mantek18 May 2006 23:25 
Subject:Re: Problem running the example C# code with mono
From:Frank Mantek (fman@gmail.com)
Date:05/18/2006 01:19:36 AM
List:com.googlegroups.google-calendar-help-dataapi

No, it can not be that. I am running this just fine on LInux and the Mac under Mono (the whole C# code was developed primarily on the Mac under Mono). I do not have that problem. You will need to add a bunch of certs to your mono installation (search on the mono-org page for this issue, and you find the answer, sorry, i do no recall this from the top of my head).

Regards

On 5/17/06, nick <nmar@gmail.com> wrote:

I am having a problem running the example C# code on linux with mono.

when I try and run the demo, I get an Exception and stack trace. I know that mono has an issue with authentication cert's and I think that in there lies the problem.

here is the stack trace I receive.

Unhandled Exception: Google.GData.Client.GDataRequestException: Execution of authentication request failed ---> System.Net.WebException: Error writing request. in <0x00256> System.Net.WebConnectionStream:WriteRequest () in <0x0013b> System.Net.WebConnectionStream:Close () in <0x0030a> Google.GData.Client.GDataGAuthRequest:QueryAuthToken (System.Net.NetworkCredential nc)--- End of inner exception stack trace

in <0x003d7> Google.GData.Client.GDataGAuthRequest:QueryAuthToken (System.Net.NetworkCredential nc) in <0x000b4> Google.GData.Client.GDataGAuthRequest:EnsureCredentials () in <0x0017c> Google.GData.Client.GDataRequest:EnsureWebRequest () in <0x00013> Google.GData.Client.GDataGAuthRequest:EnsureWebRequest () in <0x0002d> Google.GData.Client.GDataRequest:Execute () in <0x0002f> Google.GData.Client.GDataGAuthRequest:Execute ()