Adon237

RM Browser Error

Jul 26th, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 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.UriFormatException: Invalid URI: The format of the URI could not be determined.
  6. at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
  7. at System.Uri..ctor(String uriString)
  8. at WindowsFormsApplication1.Form1.button1_Click(Object sender, EventArgs e)
  9. at System.Windows.Forms.Control.OnClick(EventArgs e)
  10. at System.Windows.Forms.Button.OnClick(EventArgs e)
  11. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  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.ButtonBase.WndProc(Message& m)
  15. at System.Windows.Forms.Button.WndProc(Message& m)
  16. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  17. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  18. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  19.  
  20.  
  21. ************** Loaded Assemblies **************
  22. mscorlib
  23. Assembly Version: 4.0.0.0
  24. Win32 Version: 4.0.30319.269 (RTMGDR.030319-2600)
  25. CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  26. ----------------------------------------
  27. WindowsFormsApplication1
  28. Assembly Version: 1.0.0.0
  29. Win32 Version: 1.0.0.0
  30. CodeBase: file:///C:/Documents%20and%20Settings/Admin/Desktop/OfficialRMBrowser.exe
  31. ----------------------------------------
  32. System.Windows.Forms
  33. Assembly Version: 4.0.0.0
  34. Win32 Version: 4.0.30319.278 built by: RTMGDR
  35. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  36. ----------------------------------------
  37. System.Drawing
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.0.30319.282 built by: RTMGDR
  40. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  41. ----------------------------------------
  42. System
  43. Assembly Version: 4.0.0.0
  44. Win32 Version: 4.0.30319.269 built by: RTMGDR
  45. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  46. ----------------------------------------
  47. System.Xml
  48. Assembly Version: 4.0.0.0
  49. Win32 Version: 4.0.30319.1 built by: RTMRel
  50. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  51. ----------------------------------------
  52.  
  53. ************** JIT Debugging **************
  54. To enable just-in-time (JIT) debugging, the .config file for this
  55. application or computer (machine.config) must have the
  56. jitDebugging value set in the system.windows.forms section.
  57. The application must also be compiled with debugging
  58. enabled.
  59.  
  60. For example:
  61.  
  62. <configuration>
  63. <system.windows.forms jitDebugging="true" />
  64. </configuration>
  65.  
  66. When JIT debugging is enabled, any unhandled exception
  67. will be sent to the JIT debugger registered on the computer
  68. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment