I have a user that is intermittently getting this error. The error occurs when doing various tasks. I'm pretty sure there is a problem with his machine or connection (though others within the same network are not having this problem). I just have no idea what could be causing it...
Any help would be appreciated.
Here is the exception:
IOException
Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.
SocketException
An established connection was aborted by the software in your host machine
Source : System
Stack Trace:
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)
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 MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.SendRequestCore(BaseParams Params, RemoteDataSourceCommand Command)
at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.b(DbCommand A_0, Boolean A_1, String A_2)
at MicroFour.StrataFrame.Data.Enterprise.EnterpriseDataSourceItem.ExecuteScalar(DbCommand Command)
at MicroFour.StrataFrame.Business.BusinessLayer.ExecuteScalar(DbCommand CommandToExecute)
[gpm] from here up is common in all cases...the lines below depend on what he was trying to do...
at FOXSystems.RAMS.BusinessObjects.Project.AlternateOutlineBO.GetProjectIDByID(Int32 altOutlineID)
at FOXSystems.RAMS.Shared.DataTreeProviders.AlternateOutlineProvider.set_AlternateOutlineID(Int32 value)
at FOXSystems.RAMS.Testing.TestFunctionForm..ctor(Int32 projectID)
...etc.