View Single Post
  #46  
Old 06-27-2005, 09:30 PM
Jarekb Jarekb is offline
Senior Member
 
Join Date: Jun 2005
Posts: 102
Default Re: Multi tabling help

I get this error msg when I start it now.

Edit: Never mind, rebooted and works fine now.

[ QUOTE ]
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.FormatException: Input string was not in a correct format.
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at MultiTableHelper.Form1.EnumWindowCallBack(Int32 hwnd, Int32 lParam)
at MultiTableHelper.Form1.EnumWindows(PCallBack x, Int32 y)
at MultiTableHelper.Form1.timer1_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: <a href="file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll" target="_blank">file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll</a>
----------------------------------------
MultiTableHelper
Assembly Version: 1.0.2004.1259
Win32 Version: 1.0.2004.1259
CodeBase: <a href="file:///C:/Documents%20and%20Settings/Jarek/Desktop/mth/MultiTableHelper.exe" target="_blank">file:///C:/Documents%20and%20Settings/Jarek/Desktop/mth/MultiTableHelper.exe</a>
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: <a href="file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll" target="_blank">file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll</a>
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: <a href="file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll" target="_blank">file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll</a>
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: <a href="file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll" target="_blank">file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll</a>
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.




[/ QUOTE ]
Reply With Quote