I have a data export app in VB.net 2002 exports data from excel to sql with 12000 records. It exits itself after around 8300 records before completion. Sometimes it exits after 9300 or so with the same excel file. I cant seem to find anyerrors apparantly plus it is exiting at different records each time.
It doesnt go to error handler , it says in the output window
The thread '<No Name>' (0xe84) has exited with code 0 (0x0)
The app doesnt close but still in the running mode with an exited thread.
Any idea why it is happening?
It doesnt go to error handler , it says in the output window
The thread '<No Name>' (0xe84) has exited with code 0 (0x0)
The app doesnt close but still in the running mode with an exited thread.
Any idea why it is happening?