G
Guest
Hi to all:
I have build an application with Visual Basic .NET, to start SQL
Server replication. For each replication initiated (50 replication each 10
minutes), I create a new thread.
The application works great for 4 or 5 hours, but after that, the refresh of
the screen stops, and any other program I run (like internet explorer) won't
refresh.
Also, In my application I use a Timer control, and it won't run any tick
event.
I have make sure that all the threads I open to start replication are close
once replication finishes. In the Thread window in my debug, I can see that
the threads are closed.
I hope some one can give me a clue. My application needs to be running 24
hours, so I'm in a problem.
What should I check in the code?
Thanks in advanced to all.
I have build an application with Visual Basic .NET, to start SQL
Server replication. For each replication initiated (50 replication each 10
minutes), I create a new thread.
The application works great for 4 or 5 hours, but after that, the refresh of
the screen stops, and any other program I run (like internet explorer) won't
refresh.
Also, In my application I use a Timer control, and it won't run any tick
event.
I have make sure that all the threads I open to start replication are close
once replication finishes. In the Thread window in my debug, I can see that
the threads are closed.
I hope some one can give me a clue. My application needs to be running 24
hours, so I'm in a problem.
What should I check in the code?
Thanks in advanced to all.