Advertisement
Guest User

Access to the path 'C:\Windows\system32\Com\dmp' is denied.

a guest
Feb 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 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.UnauthorizedAccessException: Access to the path 'C:\Windows\system32\Com\dmp' is denied.
  6. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  7. at System.IO.FileSystemEnumerableIterator`1.AddSearchableDirsToStack(SearchData localSearchData)
  8. at System.IO.FileSystemEnumerableIterator`1.MoveNext()
  9. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  10. at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
  11. at PR_Reminder.Main.listMapel()
  12. at PR_Reminder.Main.Main_Load(Object sender, EventArgs e)
  13. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  14. at System.Windows.Forms.Form.OnCreateControl()
  15. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  16. at System.Windows.Forms.Control.CreateControl()
  17. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  18. at System.Windows.Forms.Control.WndProc(Message& m)
  19. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  20. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  21. at System.Windows.Forms.Form.WndProc(Message& m)
  22. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  23. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  24. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  25.  
  26.  
  27. ************** Loaded Assemblies **************
  28. mscorlib
  29. Assembly Version: 4.0.0.0
  30. Win32 Version: 4.6.127.1 built by: NETFXREL3STAGE
  31. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  32. ----------------------------------------
  33. PR Reminder
  34. Assembly Version: 1.0.0.0
  35. Win32 Version: 1.0.0.0
  36. CodeBase: file:///C:/PR%20Reminder_1_0_0_0/PR%20Reminder.exe
  37. ----------------------------------------
  38. System.Windows.Forms
  39. Assembly Version: 4.0.0.0
  40. Win32 Version: 4.6.79.0 built by: NETFXREL2
  41. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  42. ----------------------------------------
  43. System
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.6.1081.0 built by: NETFXREL3STAGE
  46. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  47. ----------------------------------------
  48. System.Drawing
  49. Assembly Version: 4.0.0.0
  50. Win32 Version: 4.6.1068.2 built by: NETFXREL3STAGE
  51. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  52. ----------------------------------------
  53. System.Configuration
  54. Assembly Version: 4.0.0.0
  55. Win32 Version: 4.6.79.0 built by: NETFXREL2
  56. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  57. ----------------------------------------
  58. System.Core
  59. Assembly Version: 4.0.0.0
  60. Win32 Version: 4.6.1084.0 built by: NETFXREL3STAGE
  61. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  62. ----------------------------------------
  63. System.Xml
  64. Assembly Version: 4.0.0.0
  65. Win32 Version: 4.6.1064.2 built by: NETFXREL3STAGE
  66. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  67. ----------------------------------------
  68. MetroFramework
  69. Assembly Version: 1.1.0.0
  70. Win32 Version: 1.1.0.0
  71. CodeBase: file:///C:/PR%20Reminder_1_0_0_0/MetroFramework.DLL
  72. ----------------------------------------
  73.  
  74. ************** JIT Debugging **************
  75. To enable just-in-time (JIT) debugging, the .config file for this
  76. application or computer (machine.config) must have the
  77. jitDebugging value set in the system.windows.forms section.
  78. The application must also be compiled with debugging
  79. enabled.
  80.  
  81. For example:
  82.  
  83. <configuration>
  84. <system.windows.forms jitDebugging="true" />
  85. </configuration>
  86.  
  87. When JIT debugging is enabled, any unhandled exception
  88. will be sent to the JIT debugger registered on the computer
  89. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement