473,385 Members | 1,958 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,385 software developers and data experts.

"Send error report" instead stop for debug

Hi everyone

When I put the below lines in the Form_Load event(its just a example
to raise a exception):

int x = 0;
int y = 1 / x;

and run the application using VS2005 the normal behavior is the VS
stop the application and show me this error:
DivideByZeroException was unhandled
Attempted to divide by zero.

Well... for while its all ok, but...

If I just add a Flash activex in the form(it works fine) the VS dont
stop the application when I run it with the same lines in the
Form_Load event(showed above) and I get a "Send report error" window.

The problem is that this is preventing me of debug my application.

Any idea of why this is happen and how can I change this undesirable
behavior?
Thanks a lot.
(forgive my bad english)
Jun 27 '08 #1
2 1863
On Thu, 08 May 2008 05:59:50 -0700, Neviton <ne*******@gmail.comwrote:
[...]
If I just add a Flash activex in the form(it works fine) the VS dont
stop the application when I run it with the same lines in the
Form_Load event(showed above) and I get a "Send report error" window.

The problem is that this is preventing me of debug my application.

Any idea of why this is happen and how can I change this undesirable
behavior?
That sounds a bit like the "mixed managed/unmanaged" debugging issue that
someone else was just asking about. Look around in the debugger settings
for something related to that; there's probably something you need to
enable or disable that will allow you to still debug when unmanaged code
is executing in your process.

Pete
Jun 27 '08 #2
That sounds a bit like the "mixed managed/unmanaged" debugging issue that
someone else was just asking about. Look around in the debugger settings
for something related to that; there's probably something you need to
enable or disable that will allow you to still debug when unmanaged code
is executing in your process.

Pete
Thank you Peter

You were absolutely right !!!

Now we can debug again hehehehe
Thanx a lot
Jun 27 '08 #3

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

Similar topics

1
by: skilla | last post by:
Hi people, I've got WinXP Pro SP2 English on my laptop and since installing SP2 got the IISRESET "No such interface supported" error. The whole story: I was writing a fairly simple ASP app...
2
by: Chuck Martin | last post by:
I am having a most frustrating problem that references, web searches, and other resources are no help so far in solving. Basically, I'm trying to design a pop-up window to be called with a funciton...
5
by: Peter Steele | last post by:
We have an application that when it runs in the IDE in debug mode an unhandled exception is occurring in a system header file associated with STL stirngs. The actual statement that crashes is ...
1
by: Roy | last post by:
Hey all, I have a VB App which uses the bundled version of Crystal Reports for VS.NET 2003. It works fine in when I run it using VS *but* when I deploy it anywhere (including the development PC...
1
by: Samuel R. Neff | last post by:
Occasionally we get this error message when running an app on a test machine: .exe - Common Language Runtime Debugging Services Application has generated an exception that could not be...
2
by: matt | last post by:
hello, i have an .RPT file that i am using to load a report via the ASP.NET CrystalReportViewer control. i dont include my .RPTs as embedded resources...instead i load the absolute path of the...
10
RMWChaos
by: RMWChaos | last post by:
WinVista/IE7 I am getting some weird errors only in IE7, but not in FF2.0.0.8 or NN9. It even happens on this website when I click "Sign In". The error is: "A Runtime Error has occurred."...
4
by: dstorms | last post by:
Hi, I'm trying to create a form with a list box with 2 columns and a button that opens the selected record in the appropriate form. In the sample below, the first column lists the type of equipment...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.