I (unfortunately only sometimes) get the error message "QueryInterface for interface System.Runtime.InteropServices.UCOMIConnectionPoint failed".

What does that mean?

This morning I got it when debugging at the following statement:

Code:
RemoveHandler CType(objWordInstance, Word.ApplicationEvents2_Event).DocumentBeforeClose, AddressOf DocumentBeforeClose
Random?