Hi all, The other day I was working with a customer of mine on a .NET application which was suffering from a memory leak . The weird thing was that the application could run just fine for 10 days in a row before the memory began growing and growing. What
Read More...
Hi all, In some situations we may need to reference a COM dll in our Visual Studio project in order to use a specific COM object within our .NET application, and thanks to COM Interop we can do it. When we add a reference to a COM dll in our project,
Read More...