Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2014
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 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.Net.NetworkInformation.NetworkInformationException (0x80004005): The system cannot find the file specified
  6. at System.Net.NetworkInformation.SystemIPInterfaceStatistics.GetIfEntry2(Int64 index)
  7. at System.Net.NetworkInformation.SystemNetworkInterface.GetIPv4Statistics()
  8. at SleepFix.Form1.timer1_Tick(Object sender, EventArgs e)
  9. at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
  10. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  11.  
  12.  
  13. ************** Loaded Assemblies **************
  14. mscorlib
  15. Assembly Version: 4.0.0.0
  16. Win32 Version: 4.0.30319.34003 built by: FX45W81RTMGDR
  17. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  18. ----------------------------------------
  19. Coffee
  20. Assembly Version: 1.0.4.0
  21. Win32 Version: 1.0.4.0
  22. CodeBase: file:///C:/Program%20Files/Steven%20Cole/Coffee/Coffee.exe
  23. ----------------------------------------
  24. System.Windows.Forms
  25. Assembly Version: 4.0.0.0
  26. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  27. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  28. ----------------------------------------
  29. System
  30. Assembly Version: 4.0.0.0
  31. Win32 Version: 4.0.30319.34003 built by: FX45W81RTMGDR
  32. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  33. ----------------------------------------
  34. System.Drawing
  35. Assembly Version: 4.0.0.0
  36. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  37. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  38. ----------------------------------------
  39. Accessibility
  40. Assembly Version: 4.0.0.0
  41. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  42. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  43. ----------------------------------------
  44. System.Configuration
  45. Assembly Version: 4.0.0.0
  46. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  47. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  48. ----------------------------------------
  49. System.Xml
  50. Assembly Version: 4.0.0.0
  51. Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
  52. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  53. ----------------------------------------
  54.  
  55. ************** JIT Debugging **************
  56. To enable just-in-time (JIT) debugging, the .config file for this
  57. application or computer (machine.config) must have the
  58. jitDebugging value set in the system.windows.forms section.
  59. The application must also be compiled with debugging
  60. enabled.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement