My C# client is successfully loading an unmanaged COM server and calling a method- however it is clearly holding onto the interface after calling the method.
I have come to this conclusion because the COM server process is not terminating. When the c# client does not use the server, it terminates fine.
SO basically- is there a way in c# to force the client to release a COM interface?
I have come to this conclusion because the COM server process is not terminating. When the c# client does not use the server, it terminates fine.
SO basically- is there a way in c# to force the client to release a COM interface?