Open
Description
Retrieving the COM class factory for component with CLSID {E6756135-1E65-4D17-8576-610761398C3C} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). (mscorlib)
I tracked it down to SymbolReader.cs line 19
diaSource = new ComDisposableWrapper(new DiaSource());
Couldn't debug further as the rest of the code was external.