Re: System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine

2007-03-06 Thread Frank Mantek
I think what is missing is that you add AllowPartiallyTrustedCallers to the GoogleGdata dlls. I don't think that is in there by default, and it would just require a recompile. I have that on my ToDo to add for the next release... (just forgot about it...). And, no, you should not add full trust th

Re: System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine

2007-03-06 Thread jesdial
Hello Frank I added AllowPartiallyTrustedCallers to my Web Service assembly. However as it uses System.IO, or System.Net (for example), and other dependencies from Google Calendar API... i should put all this code in a separate assembly, mark it with full trust... and the really problem..ask