Dear all,
I am creating a windows application using vb.net.The issue is while running the application, the memory usage at the Windows Task Manager keeps increasing for the application even without any activity and minimizing the application,memory decrease automatically.How to avoid leakage of memory?
Some peoples recommending to use IDisposable Interface to release unmanaged resources.But i don't know how to use IDisposable Interface in VB.Net windows application.
Please help me.
With regards,
Fuad
Loading
Sukesh MarlaPosted Aug 26, 2012, 2:30 PM
You might be working on some kind of multi threading environment
or
Identify the unmanaged resources you are creating your application fisrt.
Hope this is helped,Check this is correct answer if it does.