Re: BackgroundWorker in different OS

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



My guess would be rather that you have something that fails inside
this method preventing to see the result this method is supposed to produce
and making things looks as if it were not called.

I had written MessageBox::Show as the first statement to be executed
in the called function, but the function wasnt called. So i am pretty
sure the control does not go to the function. I have even debugged the
code. The solution i found was just by luck. Solution is to just
recompile on English machine.

What if you intentioanly raise an exception in your code. Is it seen on your
English dev machine or does it fail silently ?
What kind of exception should i raise? What benefit will be possible
with this exception raising? (I mean which all points should be
monitored while these exceptions are being raised?)
.