Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 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 System.Diagnostics.Process.Start(String fileName)
  10. at MC_Texture_Converter.Form1.pictureBox1_Click_1(Object sender, EventArgs e) in C:\Users\Andrew\Documents\Visual Studio 2017\Projects\MC Texture Converter\MC Texture Converter\Form1.cs:line 131
  11. at System.Windows.Forms.Control.OnClick(EventArgs e)
  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.Control.ControlNativeWindow.OnMessage(Message& m)
  15. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  16. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  17.  
  18.  
  19. ************** Loaded Assemblies **************
  20. mscorlib
  21. Assembly Version: 4.0.0.0
  22. Win32 Version: 4.7.2115.0 built by: NET47REL1LAST
  23. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  24. ----------------------------------------
  25. MC Texture Converter
  26. Assembly Version: 1.0.0.0
  27. Win32 Version: 1.0.0.0
  28. CodeBase: file:///C:/Users/Andrew/Documents/Visual%20Studio%202017/Projects/MC%20Texture%20Converter/MC%20Texture%20Converter/bin/Debug/MC%20Texture%20Converter.exe
  29. ----------------------------------------
  30. System.Windows.Forms
  31. Assembly Version: 4.0.0.0
  32. Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
  33. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  34. ----------------------------------------
  35. System
  36. Assembly Version: 4.0.0.0
  37. Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
  38. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  39. ----------------------------------------
  40. System.Drawing
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.7.2046.0 built by: NET47REL1
  43. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  44. ----------------------------------------
  45. System.Configuration
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.7.2046.0 built by: NET47REL1
  48. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  49. ----------------------------------------
  50. System.Core
  51. Assembly Version: 4.0.0.0
  52. Win32 Version: 4.7.2117.0 built by: NET47REL1LAST
  53. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  54. ----------------------------------------
  55. System.Xml
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
  58. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  59. ----------------------------------------
  60.  
  61. ************** JIT Debugging **************
  62. To enable just-in-time (JIT) debugging, the .config file for this
  63. application or computer (machine.config) must have the
  64. jitDebugging value set in the system.windows.forms section.
  65. The application must also be compiled with debugging
  66. enabled.
  67.  
  68. For example:
  69.  
  70. <configuration>
  71. <system.windows.forms jitDebugging="true" />
  72. </configuration>
  73.  
  74. When JIT debugging is enabled, any unhandled exception
  75. will be sent to the JIT debugger registered on the computer
  76. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement