Dear Archie,
I am using V398m, and OpcDACom communication protocol.
I got this InvalidComObjectException error 'sometimes', right after I execute Application.Exit()
It's actually not a major problem as in this case User wants to exit anyway.
But, it would be better if it's not happening at all.
Try
Application.Exit()
Catch ex As Exception
End Try
Please advise if you have explanation or trick to prevent this error.
Thank you.
Best regards,
Andrew