Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CLR Debugging Services - Registered JIT Debugger is not Available

94 views
Skip to first unread message

Sudhakar S P

unread,
Oct 31, 2002, 7:52:31 PM10/31/02
to
Hi,


I having a trouble running the installed application on the target
computer.

Created an application, created the setup exe using the VS.Net Setup
template project, installed on the clean Windows 98/ Windows 2000
target computer, with the .NET Framework installed on it,
(regedit entry for that is InstallRoot
"C:\WINDOWS\Microsoft.NET\Framework\")

When I try to run the application, and got an error:

---- start Error message ----
Common Language Runtime Debugging Services
Application has generated an exception that could not be
handled.
Process id=0xfffaa1c3(-351805), Thread id=0xfffb50e7
(-306969).

Click OK to terminate the application.
Click CANCEL to debug the application.

>> When clicked CANCEL

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

Cordbg.exe !a 0xfffaa1c3

Click on Retry to have the process wait while attching a
debugger manually.
Click on Cancel to abort the JIT debug request.

---- end Error message ----

Same program works on VS.NET (VS.NET installed) computer.

Got any Idea?

Thanks in advance,

Regards,
Sudhakar

stewart

unread,
Nov 4, 2002, 6:29:20 PM11/4/02
to
sudha...@hotmail.com (Sudhakar S P) wrote in message news:<9a9e7d72.02103...@posting.google.com>...

I'm seeing the exact same thing on a Win2000 system that a co-worker
just installed .NET & my application on... I've had no other problems
with other computers (Win2000, Win98, etc.) Is this some kind of new
bug with .NET on Win2000 machines that have received recent updates?

- Stewart

stewart

unread,
Nov 5, 2002, 3:14:16 PM11/5/02
to
It turned out that a certain application (a Virtual Window Manager)
was causing the problem. Once that application was turned off, my app
ran fine on my co-worker's computer.

- Stewart

Sudhakar S P

unread,
Nov 8, 2002, 12:37:06 PM11/8/02
to
horse...@yahoo.com (stewart) wrote in message news:<5f4fe4c2.02110...@posting.google.com>...

Stewart,

Thanks for the replay,
Still I could not figured out which application has to be turned of, I
do not see a virtual Window Manager in the task manager or in
services. Could you tell me the registry entry on your target computer
where your installed application running
(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework).

Thanks in advance for your help,
Sudhakar

Visual C# Team

unread,
Nov 8, 2002, 5:40:23 PM11/8/02
to
From your original post, it sounds like your just running into an exception
in the application your running. The dialog you are getting is due to some
settings in your registry regarding JIT debugging.

What you can do is run your application under a debugger - this will allow
you to determine what is causing the exception. Since you are running your
app on a machine that doesn't have VS installed on it, you should install
the remote debugging components onto that machine (via VS setup) and debug
your app remotely from the machine that has the full install of VS.

-Jim and Doug

--
This posting is provided "AS IS" with no warranties, and confers no rights
"Sudhakar S P" <sudha...@hotmail.com> wrote in message
news:9a9e7d72.02110...@posting.google.com...

0 new messages