What version of .NET is this running under? I searched for this particular error message, and found a few places with .NET 2.0 talking webservers, where, when the webserver resetted the connection, this was the .NET error.
Can you try running with KeepAlive = false on the connection? see: http://code.google.com/p/google-gdata/wiki/ KeepAliveAndUnderlyingConnectionIsClosed Frank Mantek Google On Apr 9, 2008, at 12:38 AM, Bam wrote: > > Hi, > > When i post message to use .NET Client library in localhost i get > error response. > > System.Net.WebException: The request was aborted: The request was > canceled. at System.Net.ConnectStream.InternalWrite(Boolean async, > Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, > Object state) at System.Net.ConnectStream.Write(Byte[] buffer, Int32 > offset, Int32 size) at > Google.GData.Client.GDataGAuthRequest.CopyRequestData() at > Google.GData.Client.GDataGAuthRequest.Execute(Int32 iRetrying) at > Google.GData.Client.GDataGAuthRequest.Execute() at > Google.GData.Client.Service.StreamInsert(Uri feedUri, AtomBase > baseEntry, GDataRequestType type) at > Google.GData.Client.Service.Batch(AtomFeed feed, Uri batchUri) at > Google.GData.Apps.Migration.MailItemService.Batch(String domain, > String userName, MailItemEntry[] entries) at EmailMigration.Migration > > Why?? And Anyone help me?? > > Thanks > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
