It already tells you all there is. The connection was aborted on your system. That can have a lot of reasons (anti virus software, proxies, firewalls...). Have you tried the keepalive fix?
Frank Mantek Google On Apr 9, 2008, at 10:09 PM, Bam wrote: > > I use .NET 2.0! > > but i also get other error message > > System.IO.IOException: Unable to write data to the transport > connection: An established connection was aborted by the software in > your host machine. ---> System.Net.Sockets.SocketException: An > established connection was aborted by the software in your host > machine at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, > Int32 size, SocketFlags socketFlags) at > System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, > Int32 size) --- End of inner exception stack trace --- at > System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, > Int32 size) at System.Net.Security._SslStream.StartWriting(Byte[] > buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) > at System.Net.Security._SslStream.ProcessWrite(Byte[] buffer, Int32 > offset, Int32 count, AsyncProtocolRequest asyncRequest) at > System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) at > System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) > 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(MailItemService mailItemService, String[] > arrMessage, String userName, String domain, String place, String[] > IsRead) in c:\Inetpub\wwwroot\EmailMigration\App_Code > \EmailMigration.cs:line 47 at TotalSize.Page_Load(Object sender, > EventArgs e) in c:\Inetpub\wwwroot\EmailMigration > \TotalSize.aspx.cs:line 239 > > Can you tell me about this error message?? > > thanks. > > On Apr 9, 8:30 pm, Frank Mantek <[EMAIL PROTECTED]> wrote: >> 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- Hide quoted text - >> >> - Show quoted text - > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
