이 대화 상자 대신 JIT(Just-in-time) 디버깅을 호출하는
방법에 대한 자세한 내용은 이 메시지의 뒷부분을 참조하십시오.
************** 예외 텍스트 **************
System.NullReferenceException: 개체 참조가 개체의 인스턴스로 설정되지 않았습니다.
위치: ServiceLogIn.frmLogIn.OnLineLogin(Int32& iErr, String& strMsg)
위치: ServiceLogIn.frmLogIn.btLogIn_Click(Object sender, EventArgs e)
위치: System.Windows.Forms.Control.OnClick(EventArgs e)
위치: System.Windows.Forms.Button.OnClick(EventArgs e)
위치: System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
위치: System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
위치: System.Windows.Forms.Control.WndProc(Message& m)
위치: System.Windows.Forms.ButtonBase.WndProc(Message& m)
위치: System.Windows.Forms.Button.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)
************** 로드된 어셈블리 **************
mscorlib
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.4927 (NetFXspW7.050727-4900)
코드베이스: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
MoneyBook
어셈블리 버전: 1.0.0.9
Win32 버전: 1.0.1.1
코드베이스: file:///C:/Program%20Files/MoneyTools/MoneyBook/moneybook.exe
----------------------------------------
Microsoft.VisualBasic
어셈블리 버전: 8.0.0.0
Win32 버전: 8.0.50727.4927 (NetFXspW7.050727-4900)
코드베이스: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.4927 (NetFXspW7.050727-4900)
코드베이스: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.4927 (NetFXspW7.050727-4900)
코드베이스: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.4927 (NetFXspW7.050727-4900)
코드베이스: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.4927 (NetFXspW7.050727-4900)
코드베이스: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
mscorlib.resources
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.4927 (NetFXspW7.050727-4900)
코드베이스: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
MpDataFileManager
어셈블리 버전: 1.0.1.11
Win32 버전: 1.0.1.11
코드베이스: file:///C:/Program%20Files/MoneyTools/MoneyBook/MpDataFileManager.DLL
----------------------------------------
ServiceLogInProc
어셈블리 버전: 1.0.1.10
Win32 버전: 1.0.1.10
코드베이스: file:///C:/Program%20Files/MoneyTools/MoneyBook/ServiceLogInProc.DLL
----------------------------------------
Interop.DAO
어셈블리 버전: 5.0.0.0
Win32 버전: 5.0.0.0
코드베이스: file:///C:/Program%20Files/MoneyTools/MoneyBook/Interop.DAO.DLL
----------------------------------------
System.Xml
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.4927 (NetFXspW7.050727-4900)
코드베이스: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mpSeedex
어셈블리 버전: 1.0.0.1
Win32 버전: 1.0.0.1
코드베이스: file:///C:/Program%20Files/MoneyTools/MoneyBook/mpSeedex.DLL
----------------------------------------
System.Web
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.4927 (NetFXspW7.050727-4900)
코드베이스: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Windows.Forms.resources
어셈블리 버전: 2.0.0.0
Win32 버전: 2.0.50727.4927 (NetFXspW7.050727-4900)
코드베이스: 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
디버거에 보내집니다.
뜨는군요.
그 후 확인누른후 로그인하려고 하면 위와 같은 내용으로
오류 메시지가 나오는 겁니다.
마찬가지로 동일한 환경에서 xp도 마찬가지입니다.