When debug, the program does not respond

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a program that I did not write but I need to add it some features.
The program is written in VB.NET 1.1.
The program use COM Object.
When I run the program it works well, but when I try to debug it with F11,
the program stuck (does not respond), after a minute it step to the next line
and throws Exception of type - System.Threading.ThreadStopException the
message is “Thread was being stoppedâ€.
What am I doing wrong?
Thanks in advance.
 
Greg Young,
I had a variable from the COM object in my code.
I marked it as an inactive code, and since then there is no problem to debug.
The reason looks strange but it works.
Thanks for your response.
Shai.
 
Back
Top