Retrieving the COM class factory for component with CLSID {49073E6E-C47A-41DD-BF5A-01184439577C} failed due to the following error

-1

I have been testing my application and Im getting the below error:

Retrieving the COM class factory for component with CLSID {49073E6E-C47A-41DD-BF5A-01184439577C} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

Exact point in code of where the exception is thrown:

if (test.Count > 0)
{
    IApplication ptApp;
    /* Initialize the LoginSelector object */
    ILoginSelector lgnSel = new LoginSelector(); //Exception is thrown here     
}
c#
.net
class
com
asked on Stack Overflow Jan 21, 2020 by sparky • edited Jan 21, 2020 by RamblinRose

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0