So, to put story short, I have a C# application that uses some COM API to connect to remote server.
Problem is that in some instance when the remote server is down, application throws
R6025 - Pure Virtual Function Call
I made my research, I know what this means but I didn't find suitable solution. I don't really care about the error, my concern is that when this happens, application crashes (even when exceptions are set).
So, is there any way how to keep the application going even when this problem arrives?