|
(JIT) Debugging Error
-
05-14-2008 8:26 PM
|
|
-
-
gary


- Joined on 05-19-2008
- Posts 1
|
Re: (JIT) Debugging Error
I reinstalled the .NET framework and the DirecX repair. I'm still getting the unhandled exception error "Unhandled exception in a component in you application...." The details are shown below. Any ideas? Thanks! ---------------------------------------------------------------------------------------------------------- See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** Error in the application. -2005530516 (D3DERR_INVALIDCALL) at Microsoft.DirectX.Direct3D.Texture..ctor(Device device, Int32 width, Int32 height, Int32 numLevels, Usage usage, Format format, Pool pool) at TerraViewer.UiTools.LoadTextureFromBmp(Device dev, Bitmap bitmap) at TerraViewer.SkyLabel..ctor(Device dev, Double ra, Double dec, String text, LabelSytle style) at TerraViewer.Earth3d.SetLabelText(String text, Double ra, Double dec) at TerraViewer.FolderBrowser.BrowseList_ItemHover(Object sender, Object e) at TerraViewer.ThumbnailList.ThumbnailList_MouseMove(Object sender, MouseEventArgs e) at System.Windows.Forms.Control.OnMouseMove(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseMove(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.UserControl.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)
************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- WWTExplorer Assembly Version: 2.1.6.1 Win32 Version: 2.1.06.1 CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/WWTExplorer.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) 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.42 (RTM.050727-4200) 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.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Microsoft.DirectX.DirectInput Assembly Version: 1.0.2902.0 Win32 Version: 5.04.00.2904 CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.DirectInput/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.DirectInput.dll ---------------------------------------- Microsoft.DirectX Assembly Version: 1.0.2902.0 Win32 Version: 5.04.00.2904 CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.DirectX.Direct3D Assembly Version: 1.0.2902.0 Win32 Version: 9.05.132.0000 CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll ---------------------------------------- Microsoft.DirectX.Direct3DX Assembly Version: 1.0.2911.0 Win32 Version: 9.12.589.0000 CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3DX/1.0.2911.0__31bf3856ad364e35/Microsoft.DirectX.Direct3DX.dll ---------------------------------------- AstroCalc Assembly Version: 2.1.6.1 Win32 Version: CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/AstroCalc.DLL ---------------------------------------- msvcm80 Assembly Version: 8.0.50727.762 Win32 Version: 8.00.50727.762 CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700/msvcm80.dll ---------------------------------------- WWTThumbnails Assembly Version: 2.1.1.0 Win32 Version: 2.1.01.0 CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/WWTThumbnails.DLL ---------------------------------------- Interop.TDxInput Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/Interop.TDxInput.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.
|
|
-
-
kenny


- Joined on 05-26-2008
- Posts 1
|
Re: (JIT) Debugging Error
Chuck,
I have the same problem. How would I know which .NET repair to pick; ie; (x86) or (x64)?
How does one go to acccess the JIT debugging set in the system windows forms section? I could not find any info. on JIT debugging in the help and support section of this windows XP version i use. I cannot find the system windows froms section, either. In the last part of the erro details box it directs one to enable JIT debugging or to enable it or configure it. How does one find it to configure it?
After an hour or more of trying to figure out the problem and several attempts at running the telescope repair I finally un-installed telescope until I can figure out how to fix the Debugging issue.
Thank you
Kenny
************** 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.
Kenny
|
|
-
-
havnfun370


- Joined on 05-28-2008
- Posts 1
|
Re: (JIT) Debugging Error
I did what you suggested and am using latest microsoft.net version 3.5 and latest directx 9.0. I still get debugging error and comments mentioned above. How can I use this program as I was so excited to use it and keep getting that error message. Thanks.
|
|
-
-
Chuck Needham


- Joined on 05-07-2008
- Redmond, WA USA
- Posts 163
|
Re: (JIT) Debugging Error
havnfun370:
I did what you suggested and am using latest microsoft.net version 3.5 and latest directx 9.0. I still get debugging error and comments mentioned above. How can I use this program as I was so excited to use it and keep getting that error message. Thanks.
Hi havnfun370,
You also need Microsoft .NET Framework 2.0. You can have both loaded on the computer at the same time.
Thank you,
Chuck Needham
"The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!', but 'That's funny...'" Isaac AsimovWorldWide Telescope Microsoft Research
|
|
-
-
kenkros


- Joined on 05-30-2008
- Florida
- Posts 2
|
Re: (JIT) Debugging Error
Tried to install the Net2 x86 fix and received a "Setup is incompatible with previous version" error.
Also performed the Directx repair and received the following:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** Error in the application. -2005530516 (D3DERR_INVALIDCALL) at Microsoft.DirectX.Direct3D.Texture..ctor(Device device, Int32 width, Int32 height, Int32 numLevels, Usage usage, Format format, Pool pool) at TerraViewer.UiTools.LoadTextureFromBmp(Device dev, Bitmap bitmap) at TerraViewer.SkyLabel..ctor(Device dev, Double ra, Double dec, String text, LabelSytle style) at TerraViewer.Earth3d.SetLabelText(String text, Double ra, Double dec) at TerraViewer.Earth3d.Hover() at TerraViewer.Earth3d.HoverTimer_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.1433 (REDBITS.050727-1400) CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- WWTExplorer Assembly Version: 2.1.6.1 Win32 Version: 2.1.06.1 CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/WWTExplorer.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) 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.1433 (REDBITS.050727-1400) 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.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Microsoft.DirectX.DirectInput Assembly Version: 1.0.2902.0 Win32 Version: 5.04.00.2904 CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.DirectInput/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.DirectInput.dll ---------------------------------------- Microsoft.DirectX Assembly Version: 1.0.2902.0 Win32 Version: 5.04.00.2904 CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.DirectX.Direct3D Assembly Version: 1.0.2902.0 Win32 Version: 9.05.132.0000 CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll ---------------------------------------- Microsoft.DirectX.Direct3DX Assembly Version: 1.0.2911.0 Win32 Version: 9.12.589.0000 CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.DirectX.Direct3DX/1.0.2911.0__31bf3856ad364e35/Microsoft.DirectX.Direct3DX.dll ---------------------------------------- AstroCalc Assembly Version: 2.1.6.1 Win32 Version: CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/AstroCalc.DLL ---------------------------------------- msvcm80 Assembly Version: 8.0.50727.1433 Win32 Version: 8.00.50727.1433 CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5cf844d2/msvcm80.dll ---------------------------------------- WWTThumbnails Assembly Version: 2.1.1.0 Win32 Version: 2.1.01.0 CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/WWTThumbnails.DLL ---------------------------------------- Interop.TDxInput Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/Interop.TDxInput.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.
kenkros
|
|
-
-
Tuanese


- Joined on 07-09-2008
- Posts 1
|
Re: (JIT) Debugging Error
Me too! Installed latest .NET Framework (3.5) and DirectX (June 2008 Update)... Original message: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** Error in the application. -2005530516 (D3DERR_INVALIDCALL) at Microsoft.DirectX.Direct3D.Texture..ctor(Device device, Int32 width, Int32 height, Int32 numLevels, Usage usage, Format format, Pool pool) at TerraViewer.UiTools.LoadTextureFromBmp(Device dev, Bitmap bitmap) at TerraViewer.SkyLabel..ctor(Device dev, Double ra, Double dec, String text, LabelSytle style) at TerraViewer.Earth3d.SetLabelText(String text, Double ra, Double dec) at TerraViewer.FolderBrowser.BrowseList_ItemHover(Object sender, Object e) at TerraViewer.ThumbnailList.ThumbnailList_MouseMove(Object sender, MouseEventArgs e) at System.Windows.Forms.Control.OnMouseMove(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseMove(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.UserControl.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)
************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3031 (netfxsp.050727-3000) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- WWTExplorer Assembly Version: 2.1.8.1 Win32 Version: 2.1.08.1 CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/WWTExplorer.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3031 (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.3031 (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.3031 (netfxsp.050727-3000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Microsoft.DirectX.DirectInput Assembly Version: 1.0.2902.0 Win32 Version: 5.04.00.2904 CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX.DirectInput/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.DirectInput.dll ---------------------------------------- Microsoft.DirectX Assembly Version: 1.0.2902.0 Win32 Version: 5.04.00.2904 CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3031 (netfxsp.050727-3000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.3031 (netfxsp.050727-3000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Microsoft.DirectX.Direct3D Assembly Version: 1.0.2902.0 Win32 Version: 9.05.132.0000 CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX.Direct3D/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.Direct3D.dll ---------------------------------------- Microsoft.DirectX.Direct3DX Assembly Version: 1.0.2911.0 Win32 Version: 9.12.589.0000 CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX.Direct3DX/1.0.2911.0__31bf3856ad364e35/Microsoft.DirectX.Direct3DX.dll ---------------------------------------- AstroCalc Assembly Version: 2.1.6.1 Win32 Version: CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/AstroCalc.DLL ---------------------------------------- msvcm80 Assembly Version: 8.0.50727.1434 Win32 Version: 8.00.50727.1434 CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.1434_none_d08b6002442c891f/msvcm80.dll ---------------------------------------- WWTThumbnails Assembly Version: 2.1.1.0 Win32 Version: 2.1.01.0 CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/WWTThumbnails.DLL ---------------------------------------- Interop.TDxInput Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/Microsoft%20Research/Microsoft%20WorldWide%20Telescope/Interop.TDxInput.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.
Can anybody fix this? Next release??
|
|
-
-
Chuck Needham


- Joined on 05-07-2008
- Redmond, WA USA
- Posts 163
|
Re: (JIT) Debugging Error
Tuanese:
Can anybody fix this? Next release??
Hi Tuanese,
There is nothing to fix here, as stated in the first thread "Install / repair Microsoft .NET Framework Version 2.0 Redistributable Package"
Just to make this clear: WWT needs Microsoft .NET Framework version 2.0 You can install it along with your 3.5 
Thanks,
Chuck
"The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!', but 'That's funny...'" Isaac AsimovWorldWide Telescope Microsoft Research
|
|
-
-
kenkros


- Joined on 05-30-2008
- Florida
- Posts 2
|
Re: (JIT) Debugging Error
I have framework version 2.0 installed, and I still receive this error.
Ergo, I believe there is, in fact, something to fix.
kenkros
|
|
-
-
Chuck Needham


- Joined on 05-07-2008
- Redmond, WA USA
- Posts 163
|
Re: (JIT) Debugging Error
kenkros:
I have framework version 2.0 installed, and I still receive this error.
Ergo, I believe there is, in fact, something to fix.
Hi Kenkros,
Can you please supply the following:
- Version of WWT:
- Operating System:
- Running programs:
- Browser type and version:
- Video card:
- Video card driver date:
- .NET versions installed:
- DirectX versions installed:
"The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!', but 'That's funny...'" Isaac AsimovWorldWide Telescope Microsoft Research
|
|
Page 1 of 1 (10 items)
|
|
|