Guest User

Untitled

a guest
Mar 19th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 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.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
  6. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  7. at System.Diagnostics.Process.Start()
  8. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  9. at WixSharpSetup.Dialogs.ExitDialog.finish_Click(Object sender, EventArgs e)
  10. at System.Windows.Forms.Control.OnClick(EventArgs e)
  11. at System.Windows.Forms.Button.OnClick(EventArgs e)
  12. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  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.ButtonBase.WndProc(Message& m)
  16. at System.Windows.Forms.Button.WndProc(Message& m)
  17. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  19. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  20.  
  21.  
  22. ************** Loaded Assemblies **************
  23. mscorlib
  24. Assembly Version: 4.0.0.0
  25. Win32 Version: 4.7.3362.0 built by: NET472REL1LAST_C
  26. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  27. ----------------------------------------
  28. Microsoft.Deployment.WindowsInstaller
  29. Assembly Version: 3.0.0.0
  30. Win32 Version: 3.11.0.1701
  31. CodeBase: file:///C:/Users/phill/AppData/Local/Temp/MSI23934/Microsoft.Deployment.WindowsInstaller.DLL
  32. ----------------------------------------
  33. WixSharp.UI
  34. Assembly Version: 1.6.1.0
  35. Win32 Version: 1.6.1.0
  36. CodeBase: file:///C:/Users/phill/AppData/Local/Temp/MSI23934/WixSharp.UI.DLL
  37. ----------------------------------------
  38. WixSharp
  39. Assembly Version: 1.6.1.0
  40. Win32 Version: 1.6.1.0
  41. CodeBase: file:///C:/Users/phill/AppData/Local/Temp/MSI23934/WixSharp.DLL
  42. ----------------------------------------
  43. System.Core
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.7.3362.0 built by: NET472REL1LAST_C
  46. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  47. ----------------------------------------
  48. System
  49. Assembly Version: 4.0.0.0
  50. Win32 Version: 4.7.3362.0 built by: NET472REL1LAST_C
  51. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  52. ----------------------------------------
  53. WixSharpSetup
  54. Assembly Version: 1.0.0.0
  55. Win32 Version: 1.0.0.0
  56. CodeBase: file:///C:/Users/phill/AppData/Local/Temp/MSI23934/WixSharpSetup.EXE
  57. ----------------------------------------
  58. System.Windows.Forms
  59. Assembly Version: 4.0.0.0
  60. Win32 Version: 4.7.3324.0 built by: NET472REL1LAST_C
  61. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  62. ----------------------------------------
  63. System.Drawing
  64. Assembly Version: 4.0.0.0
  65. Win32 Version: 4.7.3056.0 built by: NET472REL1
  66. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  67. ----------------------------------------
  68. System.Xml.Linq
  69. Assembly Version: 4.0.0.0
  70. Win32 Version: 4.7.3056.0 built by: NET472REL1
  71. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
  72. ----------------------------------------
  73. System.Xml
  74. Assembly Version: 4.0.0.0
  75. Win32 Version: 4.7.3056.0 built by: NET472REL1
  76. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  77. ----------------------------------------
  78. System.Configuration
  79. Assembly Version: 4.0.0.0
  80. Win32 Version: 4.7.3056.0 built by: NET472REL1
  81. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  82. ----------------------------------------
  83.  
  84. ************** JIT Debugging **************
  85. To enable just-in-time (JIT) debugging, the .config file for this
  86. application or computer (machine.config) must have the
  87. jitDebugging value set in the system.windows.forms section.
  88. The application must also be compiled with debugging
  89. enabled.
  90.  
  91. For example:
  92.  
  93. <configuration>
  94. <system.windows.forms jitDebugging="true" />
  95. </configuration>
  96.  
  97. When JIT debugging is enabled, any unhandled exception
  98. will be sent to the JIT debugger registered on the computer
  99. rather than be handled by this dialog box.
Add Comment
Please, Sign In to add comment