jmeier64 / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

UnauthorizedAccessException while saving the config #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
System.UnauthorizedAccessException: Der Zugriff auf den Pfad 
"C:\Users\LeXaN\Desktop\OpenHardwareMonitor\OpenHardwareMonitor.config" wurde 
verweigert.
   bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   bei System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
   bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
   bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   bei System.Xml.XmlDocument.Save(String filename)
   bei OpenHardwareMonitor.PersistentSettings.Save(String fileName)
   bei OpenHardwareMonitor.GUI.MainForm.SaveConfiguration()
   bei OpenHardwareMonitor.GUI.MainForm.MainForm_FormClosed(Object sender, FormClosedEventArgs e)
   bei System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender, FormClosedEventArgs e)
   bei System.Windows.Forms.Form.WmClose(Message& m)
   bei System.Windows.Forms.Form.WndProc(Message& m)
   bei OpenHardwareMonitor.GUI.MainForm.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Common Language Runtime: 4.0.30319.1
Operating System: Microsoft Windows NT 6.1.7600.0
Process Type: 64-Bit

Original issue reported on code.google.com by moel.mich on 5 Oct 2010 at 7:04

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r246.

Original comment by moel.mich on 5 Oct 2010 at 7:27