Getting slow down

  • Thread starter Thread starter Ivan V via DotNetMonster.com
  • Start date Start date
I

Ivan V via DotNetMonster.com

Dear All:

My vb.net appliaction seems running slower and slower now. and from time
to time, I have to close the appliaction and restart it again. Am I going to
ahve something wrong in it? or I need to add few more codes in it to clear
the connections of the sql server?

I ask so coz I found that it is caused by the connections string to the sql
server. But i did close everything after each call, but still the same,
anyonr could help me out ?
 
Slower and slower sounds like it's possibly using more and more system
resources (memory). Are you leaking objects somehow? Using Interop?
Starting threads?
 

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