cyates559 / open-hardware-monitor

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

Handle a SecurityException when accessing the registry in the StartupManager #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Remove the autostart option from the menu when the registry can't be accessed. 
This should fix the following exception:

System.Security.SecurityException: 요청한 레지스트리에 액세스할 
수 없습니다.
   위치: System.ThrowHelper.ThrowSecurityException(ExceptionResource resource)
   위치: Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable)
   위치: Microsoft.Win32.RegistryKey.OpenSubKey(String name)
   위치: OpenHardwareMonitor.GUI.StartupManager..ctor()
   위치: OpenHardwareMonitor.GUI.MainForm..ctor()
   위치: OpenHardwareMonitor.Program.Main()

Original issue reported on code.google.com by moel.mich on 10 Jun 2010 at 7:34

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

Original comment by moel.mich on 27 Jun 2010 at 1:02