Jag skulle avsluta klienten och fick upp en ruta med texten:
"Unhandled exception has occurred in your application. If you click
Continue, the application will ignore thiss error and attempt to continue.
If you click Quit, the application will close immediately.
Object reference not set to an instance of an object."
Klickade på Details och fick:
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 Bxo.SosAccessTester.ClientForm.ClientForm_FormClosed(Object sender, FormClosedEventArgs e)
at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** 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.
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.
Känns som om man var 2 år sen bara
Finns detta kvar någonstans?
Hur som, det jag är "ute efter" är väl mer själva protokollet. Hittade inga specs när jag sökte på Google.
Var kan man hitta mer information om det hela?