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

Re: Application Freezes by Paul

Paul
Sat Jan 10 07:48:16 CST 2004

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.

"Yahya Saad" <yahyasaad@hotmail.com> wrote in message
news:O3hTAIf1DHA.2456@TK2MSFTNGP12.phx.gbl...
> 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
>
>