We have our own timeclock software & when my computer installed internet explorer 10 it made it where i get a .net error when i pull up the timeclock to scan my fingerprint. Below is the error. Im on a 64bit computer with Win 7 Pro OS
just in time (JIT) debugging error on 64bit win7pro
Collapse
X
-
***********HERE IS THE ERROR*********
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullRefe renceException: Object reference not set to an instance of an object.
at TAMIS_Verify.Ve rifyControl.PIN _NumChanged2(Ob ject sender, EventArgs e)
at System.Windows. Forms.Control.O nTextChanged(Ev entArgs e)
at System.Windows. Forms.TextBoxBa se.OnTextChange d(EventArgs e)
at System.Windows. Forms.TextBoxBa se.WmReflectCom mand(Message& m)
at System.Windows. Forms.TextBoxBa se.WndProc(Mess age& m)
at System.Windows. Forms.TextBox.W ndProc(Message& m)
at System.Windows. Forms.Control.C ontrolNativeWin dow.OnMessage(M essage& m)
at System.Windows. Forms.Control.C ontrolNativeWin dow.WndProc(Mes sage& m)
at System.Windows. Forms.NativeWin dow.Callback(In tPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5466 (Win7SP1GDR.050 727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050 727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c 561934e089/System.dll
----------------------------------------
TAMIS_Clock
Assembly Version: 1.0.2412.25180
Win32 Version: n/a
CodeBase: http://web1/esystems/activex/dotnet/TAMIS_Clock.DLL
----------------------------------------
System.Windows. Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050 727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows. Forms/2.0.0.0__b77a5c 561934e089/System.Windows. Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050 727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f 7f11d50a3a/System.Drawing. dll
----------------------------------------
Microsoft.Visua lBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.Visua lBasic/8.0.0.0__b03f5f 7f11d50a3a/Microsoft.Visua lBasic.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.0507 27-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f 7f11d50a3a/Accessibility.d ll
----------------------------------------
Microsoft.mshtm l
Assembly Version: 7.0.3300.0
Win32 Version: 7.0.3300.0
CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.mshtm l/7.0.3300.0__b03 f5f7f11d50a3a/Microsoft.mshtm l.dll
----------------------------------------
TAMIS_Verify
Assembly Version: 1.0.3149.27103
Win32 Version: n/a
CodeBase: http://web1/esystems/activex/dotnet/TAMIS_Verify.DLL
----------------------------------------
Interop.DpSdkEn gLib
Assembly Version: 1.1.0.0
Win32 Version: n/a
CodeBase: http://web1/esystems/activex/dotnet/...pSdkEngLib.DLL
----------------------------------------
System.Web.Serv ices
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Web.Serv ices/2.0.0.0__b03f5f 7f11d50a3a/System.Web.Serv ices.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c 561934e089/System.Xml.dll
----------------------------------------
System.Configur ation
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configur ation/2.0.0.0__b03f5f 7f11d50a3a/System.Configur ation.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c 561934e089/System.Data.dll
----------------------------------------
TAMIS_Verify.Xm lSerializers
Assembly Version: 1.0.3832.26003
Win32 Version: n/a
CodeBase: http://web1/esystems/activex/dotnet/...erializers.DLL
----------------------------------------
i-xvieub
Assembly Version: 1.0.3149.27103
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050 727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c 561934e089/System.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:
<configuratio n>
<system.windows .forms jitDebugging="t rue" />
</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.
Comment