\r\n\r\n
Deployment Topics include: deployment and installation of your .NET programs
Note: If you're having problems installing Visual Studio .NET or the .NET Framework SDK please post in the General forum, not here.

Go Back  Xtreme .NET Talk > .NET > Deployment > no jit debugger is available


\r\n \r\n \r\n \r\n
 
 
Thread Tools Display Modes
\r\n \r\n
\r\n
\r\n \r\n >> Could anyone help me with this?
\r\n
\r\nApplication has generated an exception that could not be handled.
\r\n
\r\nProcess id=0x48c (1164), Thread id=0x1e8 (488).
\r\n
\r\nClick on OK to terminate the application.
\r\nClick on CANCEL to debug the application
\r\n
\r\n>> Followed by another one as follows
\r\n
\r\nRegistered JIT debugger is not available. An attempt to launch a JIT
\r\ndebugger with the following command resulted in an error code of 0x2 (2).
\r\nPlease check computer settings.
\r\n
\r\ncordbg.exe !a 0x48c
\r\n
\r\nClick on Retry to have the process wait while attaching a debugger manually.
\r\nClick on Cancel to abort the JIT debug request.
\r\n
\r\n>> This occured when i\'m about to deploy my application to another PC (win 98 OS).
\r\n
\r\n>> I tried to test my application to another PC (win2k OS) and the application works properly.
\r\n
\r\nWhat seems to be the problem?\r\n
\r\n
\r\n \r\n
\r\n \r\n\r\n \r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n
\r\n \r\n \r\n \r\n \r\n Reply With Quote\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n \r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n'; pd[355243] = '\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n\r\n
\r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n \r\n\r\n
\r\n
\r\n  \r\n #2  \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n
\r\n \r\n Old\r\n \r\n 02-18-2003, 04:00 AM\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
divil\'s Avatar\r\n\r\n
\r\n \r\n divil\r\n divil is offline\r\n\r\n\r\n
\r\n \r\n
\r\n
\r\n \r\n Before, I was able to run this application on the same PC with Win 98 OS and the application works successfully. Since my application would need a little more revision I tried to remove the previous version then reinstall the revised version then message appears. I tried to remove again the application including the .NET framework but unfortunately that didn\'t fix the problem. Since the error said no registered debugger is available, I wasn\'t able to use any debugging tool unless you help with this.
\r\n
\r\nOn the other hand, when I tried to run the same application on the other PC, it works successfully.
\r\n
\r\nWhat do you think is the problem? Could you help me with this?\r\n
\r\n
\r\n \r\n
\r\n \r\n\r\n \r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n
\r\n \r\n \r\n \r\n \r\n Reply With Quote\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n \r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n \r\n
\r\n
\r\n
\r\n\r\n\r\n\r\n'; pd[429194] = '\r\n\r\n \r\n\r\n
\r\n
\r\n
\r\n\r\n
\r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n \r\n
\r\n
\r\n  \r\n #4  \r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n
\r\n \r\n Old\r\n \r\n 10-05-2004, 08:31 PM\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n
\r\n\r\n
\r\n \r\n MissMonk\r\n MissMonk is offline\r\n\r\n\r\n
Prev Previous Post   Next Post Next
  #1  
Old 02-17-2003, 10:48 PM
Ramon Ramon is offline
Newcomer

Preferred language:
VB.NET
 
Join Date: Feb 2003
Posts: 18
Ramon is on a distinguished road
Default no jit debugger is available

>> Could anyone help me with this?

Application has generated an exception that could not be handled.

Process id=0x48c (1164), Thread id=0x1e8 (488).

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

>> Followed by another one as follows

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 0x48c

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

>> This occured when i'm about to deploy my application to another PC (win 98 OS).

>> I tried to test my application to another PC (win2k OS) and the application works properly.

What seems to be the problem?
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with JIT error box techmanbd General 5 03-29-2004 04:07 PM
JIT debugger not available when executed BlueJay924 Deployment 5 03-23-2004 03:45 AM
Attempt to launch JIT debugger error tate Deployment 2 12-12-2003 05:38 AM
JIT Failed shahab ASP.NET 1 09-24-2003 03:37 PM
Jit debugger not available kallenet Deployment 6 05-15-2003 01:15 AM

Advertisement:

Powered by liquidweb