I have a C++ program calling an interface I've implemented in C#. I'm consistently getting the error 0x80131023 HOST_E_CLRNOTAVAILABLE which is defined as CLR has been disabled due to unrecoverable error. The c++ program doesn't produce this error unless my program is being called but I can't see any of [...] read more