When running a project with Visual Studio 2019, I always get the following error:
System.Runtime.InteropServices.COMException HResult=0x80040154+ Message = The COM class directory for the component with CLSID {DE88C160-FF2C-11D1-BB6F-00C04FAE22DA} could not be retrieved due to the following error: 80040154 Class not registered (HRESULT exception: 0x80040154 (REGDB_E_CLASSNOTREG)).
I've already tried:
Execute the .exe after creating it from the Explorer. The error remains.
I noticed that only in this project the error message appears. I have changed my system to Win10. Thanks for every help.
User contributions licensed under CC BY-SA 3.0