JIT Debugger

S

Stumped

Hi All,
I'm trying to run MS WW Telescope but keep receiving the following error
message:

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.

How do I enable the JIT Debugger? Simple language for a simple person
please...
 
C

Charlie42

Stumped said:
I'm trying to run MS WW Telescope but keep receiving the following
error message:

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.

How do I enable the JIT Debugger? Simple language for a simple person

I believe you have to install the .NET Framework SDK (Software Developer
Kit), this debugger does not come with Vista. Fetch it from MS Download
Center:

http://www.microsoft.com/downloads/

You must enable the debugger in the machine.config file in the .NET 2.0
CONFIG folder in %WinDir%\Microsoft.NET. Adding this line in the
<configuration> section should enable it:

<system.windows.forms jitDebugging="true" />

Charlie42
 
C

Charlie42

cdo10 said:
;)I did the windows.systems .forms trick in the .net 2.0 folder. I used
notepad to add the line in the machine config folder and it seems to be
working. I am using a Meade LPI camera on a Meade telescope with
Envisage software. It has been a trip. I had to edit the resgistry in
Vista also to make it work. Envisage in Vista did not recognize
Meade LPI. When I plugged the Meade LPI into USB, Vista loaded
drivers and called it Trust Webcam 14823. I went into the registry
and renamed all the instances of Trust Webcam 14823 to Meade
LPI. Envisage then recognized the Meade LPI, and that is when the
"unhandled exception" box popped up. Thanks to Charlie 42, Meade
LPI seems to be working, however the.png picture format does not
work. Meade has no solution for LPI and Vista.

Glad to be of assistance. I am surprised Meade has not developed Vista
compatible software yet. They are great scopes, and I guess lots of people
hook the cameras up to their Vista computers as well. I hope you enjoy
managing your astro photos in Vista.

Charlie42
 
E

ellessu

I read this discussion since I am getting the same error message with Net TV
2.0. I downloaded .NET 2.0. The machine.config default for the jit Debugging
is false. When I try to add it to the config folder as true, it will not let
me save the change. Is there something I can do?

Thanks!
 
C

Charlie42

ellessu said:
I read this discussion since I am getting the same error message
with Net TV 2.0. I downloaded .NET 2.0. The machine.config
default for the jit Debugging is false. When I try to add it to the
config folder as true, it will not let me save the change. Is there
something I can do?

First of all, modify the machine.config file and temporarily store it in one
of your personal folders. Next, cut and paste it into the correct directory.
You will most likely be prompted for administrator confirmation. (Enter your
credentials and) ok it.

Charlie42
 
E

ellessu

Thank You - That did the trick!!
--
ellessu


Charlie42 said:
First of all, modify the machine.config file and temporarily store it in one
of your personal folders. Next, cut and paste it into the correct directory.
You will most likely be prompted for administrator confirmation. (Enter your
credentials and) ok it.

Charlie42
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top