Advertisement
Guest User

Untitled

a guest
May 16th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. System.NotSupportedException was unhandled
  2. HResult=-2146233067
  3. Message=This stream does not support seek operations.
  4. Source=System
  5. StackTrace:
  6. at System.Net.ConnectStream.get_Length()
  7. at Launchpad.Launcher.Handlers.Protocols.HTTPProtocolHandler.ReadRemoteFile(String URL, Boolean useAnonymousLogin) in D:\Desktop\Launchpad-master\Launchpad.Launcher\Handlers\Protocols\HTTPProtocolHandler.cs:line 663
  8. at Launchpad.Launcher.Handlers.Protocols.HTTPProtocolHandler.GetRemoteLauncherVersion() in D:\Desktop\Launchpad-master\Launchpad.Launcher\Handlers\Protocols\HTTPProtocolHandler.cs:line 788
  9. at Launchpad.Launcher.Handlers.Protocols.HTTPProtocolHandler.IsLauncherOutdated() in D:\Desktop\Launchpad-master\Launchpad.Launcher\Handlers\Protocols\HTTPProtocolHandler.cs:line 110
  10. at Launchpad.Launcher.Handlers.ChecksHandler.IsLauncherOutdated() in D:\Desktop\Launchpad-master\Launchpad.Launcher\Handlers\ChecksHandler.cs:line 129
  11. at Launchpad.Launcher.WindowsUI.MainForm..ctor() in D:\Desktop\Launchpad-master\Launchpad.Launcher\Windows-UI\MainForm.cs:line 144
  12. at Launchpad.Launcher.Program.Main() in D:\Desktop\Launchpad-master\Launchpad.Launcher\Program.cs:line 57
  13. at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
  14. at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
  15. at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
  16. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  17. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  18. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  19. at System.Threading.ThreadHelper.ThreadStart()
  20. InnerException:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement