How to work with COM objects from managed code in C #?
Here, for example, I perform some interop access operations, but after I have finished working with Access, it continues to hang in processes until I close the program itself.
What am I doing wrong?
I tried to force garbage collection, but it did not help.