We've deployed a VB app to over 200 desktops at our company. This app is used constantly, without being shut down and restarted. It's become apparent there's a memory leak in the app by looking at the ...
If you have developed C or C++ applications, then you are no doubt aware of memory leaks and their pitfalls. Although the .Net CLR abstracts memory management from the developer, memory leaks can ...