Advertisement
Guest User

client exception

a guest
Dec 11th, 2013
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. Ionic.Zip.ZipException: Cannot read that as a ZipFile ---> Ionic.Zip.BadReadException: Could not read block - no data! (position 0x00000000)
  6. at Ionic.Zip.SharedUtilities._ReadFourBytes(Stream s, String message)
  7. at Ionic.Zip.ZipFile.ReadIntoInstance(ZipFile zf)
  8. --- End of inner exception stack trace ---
  9. at Ionic.Zip.ZipFile.ReadIntoInstance(ZipFile zf)
  10. at Ionic.Zip.ZipFile.Read(String fileName, TextWriter statusMessageWriter, Encoding encoding, EventHandler`1 readProgress)
  11. at HardCorpsUpdater.Form1.btnDownload_Click(Object sender, EventArgs e) in f:\SurvivalOps_V2\Client\hardcorpsupdater\HardCorpsUpdater\HardCorpsUpdater\Form1.cs:line 339
  12. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  13. at System.Windows.Forms.Control.WndProc(Message& m)
  14. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  15.  
  16.  
  17. ************** Loaded Assemblies **************
  18. mscorlib
  19. Assembly Version: 4.0.0.0
  20. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  21. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  22. ----------------------------------------
  23. HardCorpsUpdater
  24. Assembly Version: 1.0.0.0
  25. Win32 Version: 1.0.0.0
  26. CodeBase: file:///F:/SurvivalOps_V2/Client/hardcorpsupdater/HardCorpsUpdater/HardCorpsUpdater/bin/Debug/HardCorpsUpdater.exe
  27. ----------------------------------------
  28. System.Windows.Forms
  29. Assembly Version: 4.0.0.0
  30. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  31. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  32. ----------------------------------------
  33. System.Drawing
  34. Assembly Version: 4.0.0.0
  35. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  36. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  37. ----------------------------------------
  38. System
  39. Assembly Version: 4.0.0.0
  40. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  41. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  42. ----------------------------------------
  43. System.Configuration
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  46. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  47. ----------------------------------------
  48. System.Xml
  49. Assembly Version: 4.0.0.0
  50. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  51. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  52. ----------------------------------------
  53. Accessibility
  54. Assembly Version: 4.0.0.0
  55. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  56. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  57. ----------------------------------------
  58. Ionic.Zip
  59. Assembly Version: 1.9.1.8
  60. Win32 Version: 1.9.1.8
  61. CodeBase: file:///F:/SurvivalOps_V2/Client/hardcorpsupdater/HardCorpsUpdater/HardCorpsUpdater/bin/Debug/Ionic.Zip.DLL
  62. ----------------------------------------
  63.  
  64. ************** JIT Debugging **************
  65. To enable just-in-time (JIT) debugging, the .config file for this
  66. application or computer (machine.config) must have the
  67. jitDebugging value set in the system.windows.forms section.
  68. The application must also be compiled with debugging
  69. enabled.
  70.  
  71. For example:
  72.  
  73. <configuration>
  74. <system.windows.forms jitDebugging="true" />
  75. </configuration>
  76.  
  77. When JIT debugging is enabled, any unhandled exception
  78. will be sent to the JIT debugger registered on the computer
  79. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement