Application Freezes

  • Thread starter Thread starter Yahya Saad
  • Start date Start date
Y

Yahya Saad

Dear All,

I have upgraded and application I developed on VB6 which uses the
Mscomm1 component and reads from COM1 port data send, then sends these
records to a table in SQL 2000. I upgraded the application to VB.Net windows
form to use the try catch method of trapping errors, the form runs smoothly
but after about 10 minutes the form freezes without raising any error.

Any hints will be useful.

Thanks,
Yahya
 
Run it under the debugger, and when it freezes, force the debugger to break
("Break All"). Once you know where in your program it is stuck, you can
start to ty to find out why.

Paul Wardle.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top