473,320 Members | 2,202 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

error application has genarated exception that couldn't handled

Hi,
After genarating the exe when i run the exe the following
error is comming.
Common Language Runtime Debugging Services
Application has generated an exception that could not be
handled.
Process id=0xdec (3564), Thread id=0xdf0 (3568)

When I click CANCEL to debug, I get this error-message:

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

Help!!

I've used the search and couldn't find the answer. For one
user this problem was fixed by downloading the .net-
framework, but I already have it installed.
Plz any one help me.
Nov 21 '05 #1
2 2130
Basically it means there's some exception happening in the code that hasn't
been handled. I guess the program was running on a computer without Visual
Studio.NET when it happened. That's why debugger's not available.

Put your code in try-catch blocks and use tracing (or message boxes) to
print out exception messages to help you figure out what's going on...

"Murthy" wrote:
Hi,
After genarating the exe when i run the exe the following
error is comming.
Common Language Runtime Debugging Services
Application has generated an exception that could not be
handled.
Process id=0xdec (3564), Thread id=0xdf0 (3568)

When I click CANCEL to debug, I get this error-message:

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

Help!!

I've used the search and couldn't find the answer. For one
user this problem was fixed by downloading the .net-
framework, but I already have it installed.
Plz any one help me.

Nov 21 '05 #2
Run your application in the VS IDE on Debug build & then you will have the
debugger available. Although, the error you get... when clicking the DETAILS
button you will see which function/Sub it occured in.
Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Fred Gravel | last post by:
I have a Windows app that I have installed on 3 client machines (all win2k) thatreturn an un-handled error message when starting up. I have placed 'Try/Catch/Finally' blocks in the 'sub main' and...
4
by: aaj | last post by:
Hi all I have an automated application, that runs in the middle of the night. If certain 'non system' errors occur (things like malformed files, missing files etc..), I send an automatic Email...
3
by: Stephen Miller | last post by:
I have an ASP.Net application that sends a NetworkStream to a .Net Service, which has a TcpListener listening on a port for the ASP.Net client. When it receives a request it creates a new thread...
6
by: José Joye | last post by:
Hello, I'm currently reading the MS Developing Web applications with c# (and VB.net). In the chapter related to Error management, there is a sample about "Page-Level Error Pages" eg: In my...
6
by: Andrew | last post by:
Hi, I have this line of code: string strAnswer = (string)ds.Tables.Rows; I got the error "There is no row at position 0", which is true coz the database is currently empty. How do I handle...
5
by: Mark Jerde | last post by:
Can someone recommend a commercial error handling package I can add to my C# programs? (VS .NET 2003.) I'm not finding any googling. I know I could write my own or adapt something off the...
3
by: CharlieC | last post by:
I am writing a windows C# application, and I want to ensure that all exceptions, handled or otherwise, are logged to the local event log. I can do this for the handled exceptions, but I am not sure...
8
by: =?Utf-8?B?Q2hlc3Rlcg==?= | last post by:
Hi All, We are doing development using remote login to distanced development machines. As our profile is local, when we want to do build in the remote machine, it takes long time. So in .NET 1.1...
2
by: Axel Gallus | last post by:
I am desperately looking for some resources dealing with error handling in c++. Don't get me wrong.... I have very detailed knowledge of exceptions, assertions and invariants, but what is...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.