Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The error time: 02/03/2013 16:21
- Exception: System.Net.WebException: An exception occurred during a WebClient request. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
- --- End of inner exception stack trace ---
- at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
- at System.Net.WebClient.DownloadBitsState.RetrieveBytes(Int32& bytesRetrieved)
- at System.Net.WebClient.DownloadBits(WebRequest request, Stream writeStream, CompletionDelegate completionDelegate, AsyncOperation asyncOp)
- at System.Net.WebClient.DownloadFile(Uri address, String fileName)
- --- End of inner exception stack trace ---
- at System.Net.WebClient.DownloadFile(Uri address, String fileName)
- at POESKillTree.SkillTree.Asset..ctor(String name, String url)
- at POESKillTree.SkillTree..ctor(String treestring)
- at POESKillTree.SkillTree.CreateSkillTree()
- at POESKillTree.MainWindow.Window_Loaded(Object sender, RoutedEventArgs e)
- at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
- at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
- at MS.Internal.FrameworkObject.OnLoaded(RoutedEventArgs args)
- at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
- at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
- at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
- at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
- at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
- at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
- at System.Windows.Interop.HwndTarget.OnResize()
- at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
- at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
- at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
- at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
- at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
- at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
- Exception: System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
- --- End of inner exception stack trace ---
- at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
- at System.Net.WebClient.DownloadBitsState.RetrieveBytes(Int32& bytesRetrieved)
- at System.Net.WebClient.DownloadBits(WebRequest request, Stream writeStream, CompletionDelegate completionDelegate, AsyncOperation asyncOp)
- at System.Net.WebClient.DownloadFile(Uri address, String fileName)
- Exception: System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host
- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement