
이 대화 상자 대신 JIT(Just-in-time) 디버깅을 호출하는
방법에 대한 자세한 내용은 이 메시지의 뒷부분을 참조하십시오.
************** 예외 텍스트 **************
System.Security.SecurityException: 요청한 레지스트리에 액세스할 수 없습니다.
위치: System.ThrowHelper.ThrowSecurityException(ExceptionResource resource)
위치: Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable)
위치: YesPopWorker.Form_Main.Form_Main_Load(Object sender, EventArgs e)
위치: System.Windows.Forms.Form.OnLoad(EventArgs e)
위치: System.Windows.Forms.Form.OnCreateControl()
위치: System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
위치: System.Windows.Forms.Control.CreateControl()
위치: System.Windows.Forms.Control.WmShowWindow(Message& m)
위치: System.Windows.Forms.Control.WndProc(Message& m)
위치: System.Windows.Forms.ScrollableControl.WndProc(Message& m)
위치: System.Windows.Forms.ContainerControl.WndProc(Message& m)
위치: System.Windows.Forms.Form.WmShowWindow(Message& m)
위치: System.Windows.Forms.Form.WndProc(Message& m)
위치: System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
위치: System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
위치: System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
실패한 어셈블리의 영역:
MyComputer
************** 로드된 어셈블리 **************
mscorlib
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.5466 (Win7SP1GDR.050727-5400)
코드베이스: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
taskhosting
어셈블리 버전: 1.1.1.1
Win32 버전: 1.1.1.1
코드베이스: file:///C:/Windows/SysWOW64/taskhosting/taskhosting.exe
System.Windows.Forms
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
코드베이스: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
코드베이스: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
System.Drawing
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
코드베이스: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
Interop.WinHttp
어셈블리 버전: 5.1.0.0
Win32 버전: 5.1.0.0
코드베이스: file:///C:/Windows/SysWOW64/taskhosting/Interop.WinHttp.DLL
System.Configuration
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.5420 (Win7SP1.050727-5400)
코드베이스: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
System.Xml
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.5420 (Win7SP1.050727-5400)
코드베이스: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
mscorlib.resources
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.5466 (Win7SP1GDR.050727-5400)
코드베이스: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
System.Windows.Forms.resources
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.5420 (Win7SP1.050727-5400)
코드베이스: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_ko_b77a5c561934e089/System.Windows.Forms.resources.dll
************** JIT 디버깅 **************
JIT(Just In Time) 디버깅을 사용하려면 이 응용 프로그램 또는 컴퓨터의
config 파일(machine.config)의 jitDebugging 값을
system.windows.forms 섹션에 설정해야 합니다.
또한 응용 프로그램은 디버깅할 수 있도록 컴파일되어야
합니다.
예:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
JIT 디버깅을 사용하면 처리되지 않은 모든 예외는
이 대화 상자에서 처리되지 않고 컴퓨터에 등록된 JIT
디버거에 보내집니다.