Guest User

Unhandled exception in PDFArchitect

a guest
Sep 19th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 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. System.ArgumentOutOfRangeException: Value of '32' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
  6. Parameter name: Value
  7. at System.Windows.Forms.ScrollBar.set_Value(Int32 value)
  8. at pdfforge.PDFArchitect.PDFDocumentTabPage.jumpToPage(Int32 pageNumber)
  9. at pdfforge.PDFArchitect.PDFDocumentTabPage.showNewPage(Int32 pageNumber)
  10. at pdfforge.PDFArchitect.PreviewPicture.markingOperation(PDFDocumentTabPage& document, Keys modKey)
  11. at pdfforge.PDFArchitect.PreviewPicture.previewPageImage_MouseUp(Object sender, MouseEventArgs e)
  12. at System.Windows.Forms.Control.OnMouseUp(MouseEventArgs e)
  13. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  14. at System.Windows.Forms.Control.WndProc(Message& m)
  15. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  16. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  17. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  18.  
  19.  
  20. ************** Loaded Assemblies **************
  21. mscorlib
  22. Assembly Version: 2.0.0.0
  23. Win32 Version: 2.0.50727.3634 (GDR.050727-3600)
  24. CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  25. ----------------------------------------
  26. PDFArchitect
  27. Assembly Version: 0.5.6.565
  28. Win32 Version: 0.5.6.565
  29. CodeBase: file:///C:/Program%20Files/PDFCreator/PDFArchitect/PDFArchitect.exe
  30. ----------------------------------------
  31. System.Windows.Forms
  32. Assembly Version: 2.0.0.0
  33. Win32 Version: 2.0.50727.3637 (GDR.050727-3600)
  34. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  35. ----------------------------------------
  36. System
  37. Assembly Version: 2.0.0.0
  38. Win32 Version: 2.0.50727.3634 (GDR.050727-3600)
  39. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  40. ----------------------------------------
  41. System.Drawing
  42. Assembly Version: 2.0.0.0
  43. Win32 Version: 2.0.50727.3639 (GDR.050727-3600)
  44. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  45. ----------------------------------------
  46. DynamicTranslator
  47. Assembly Version: 1.0.0.0
  48. Win32 Version: 1.0.0.0
  49. CodeBase: file:///C:/Program%20Files/PDFCreator/PDFArchitect/DynamicTranslator.DLL
  50. ----------------------------------------
  51. DataStorage
  52. Assembly Version: 1.0.0.0
  53. Win32 Version: 1.0.0.0
  54. CodeBase: file:///C:/Program%20Files/PDFCreator/PDFArchitect/DataStorage.DLL
  55. ----------------------------------------
  56. Gnostice.PDFOne
  57. Assembly Version: 3.0.57.6
  58. Win32 Version: 3.0.57.6
  59. CodeBase: file:///C:/Program%20Files/PDFCreator/PDFArchitect/Gnostice.PDFOne.DLL
  60. ----------------------------------------
  61. System.Xml
  62. Assembly Version: 2.0.0.0
  63. Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
  64. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  65. ----------------------------------------
  66. Accessibility
  67. Assembly Version: 2.0.0.0
  68. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  69. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  70. ----------------------------------------
  71. Ionic.Zlib
  72. Assembly Version: 1.8.4.27
  73. Win32 Version: 1.8.4.27
  74. CodeBase: file:///C:/Program%20Files/PDFCreator/PDFArchitect/Ionic.Zlib.DLL
  75. ----------------------------------------
  76.  
  77. ************** JIT Debugging **************
  78. To enable just-in-time (JIT) debugging, the .config file for this
  79. application or computer (machine.config) must have the
  80. jitDebugging value set in the system.windows.forms section.
  81. The application must also be compiled with debugging
  82. enabled.
  83.  
  84. For example:
  85.  
  86. <configuration>
  87. <system.windows.forms jitDebugging="true" />
  88. </configuration>
  89.  
  90. When JIT debugging is enabled, any unhandled exception
  91. will be sent to the JIT debugger registered on the computer
  92. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment