I am working on VB.net multiuser application and when ever my any form open up memory rise and after some time out of memory exception is come.
I am working on VB.net 2008 and sqlserver 2005. I have use very much of shared object so second time it memory allocation is less, but how i can reduce it when form is close or not in use. can i use Garbage collector or Dispose and how i use this functionality ?