However, when I try to get it to actually interact with a VM, I get an error on launch:
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll
Additional information: Retrieving the COM class factory for component with CLSID {3C02F46D-C9D2-4F11-A384-53F0CF917214} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
This occurs at this portion of the code:
- Code: Select all Expand viewCollapse view
Session Sess = new Session();
I've tried using an ISESSION instead, but I have no way to initialize it (and the function refuses to take it uninitialized), and casting is useless as well. Any Idea what to do?