Unsolved

This post is more than 5 years old

12 Posts

11495

September 29th, 2004 23:00

JIT Debugger Not Detected

In attempting to install .NET Framework 1.1 SP1, on my wWindows 98SE system (a Dell Demension) I get the following error messages:

"COMMON LANGUAGE RUNTIME DEBUGGING SERVICES

Application has generated an exception that could not be handled.

Process id=0xfff06073 (-1023885). Thread id=0xfff6e6c7 (-59628).

Click OK to terminate the application Click Cancel to debug the application."

When I click Cancel, I get the following error message:

"Registered JIT debugger is not available. An attempt to launch a JIT debugger with the following command resulted in a error code of 0x2 (2). Please check computer settings.

cordbg.exe !a 0fff06073"

Can anyone offer any suggestions?

 

12 Posts

October 2nd, 2004 18:00

Found solution to the problem!

Uninstalled .NET Framework 1.0 v3705 (English), and v1.1 via Add/Remove in Control Panel. After restart of computer, removed Framework folder in C:\Windows\microsoft.net. Scanned registry for .Net Framework using jv16PT.

Downloaded .NET 1.1 from http://msdn.microsoft.com/netframework -- re-installed it. Then downloaded .NET 1.1 SP1 from said URL. Installed it. After system re-start, I checked Windows Update for latest updates.

Top