Mình chơi ở S22, xài auto gà con của bác GK ngon lành ( thanx Bác ^^), hôm nay thử auto cải tiến 2 dòng, lúc đánh user & pass xong ấn đăng nhập thì nó hiện ra cái bảng thông báo.
Unhandled exception has occurred in your applicaiton. If you click Continue, the applicaiton will ignore this error and attempt to continue.If you click Quit, the application will close immediately.
Nếu mình ấn continue thì load được giao diện, mình ấn sang dòng Detail thì nó hiện ra như vậy.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at k8asd.R32101..ctor(String json)
at k8asd.frmAcc.tmrData_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
k8asd
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Documents%20and%20Settings/Administrator/Desktop/test/k8asd.exe
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
ComponentFactory.Krypton.Toolkit
Assembly Version: 4.1.1.0
Win32 Version: 4.1.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Administrator/Desktop/test/ComponentFactory.Krypton.Toolkit.DLL
ComponentFactory.Krypton.Navigator
Assembly Version: 4.1.1.0
Win32 Version: 4.1.1.0
CodeBase: file:///C:/Documents%20and%20Settings/Administrator/Desktop/test/ComponentFactory.Krypton.Navigator.DLL
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
Newtonsoft.Json.Net20
Assembly Version: 3.5.0.0
Win32 Version: 3.5.0.0
CodeBase: file:///C:/Documents%20and%20Settings/Administrator/Desktop/test/Newtonsoft.Json.Net20.DLL
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Không biết nó bị sao vậy ạ ?