Daily Archives: December 18, 2014

1 post

Retrieving the COM class factory for component with CLSID failed due to the following error

First of all, as .NET developer, you should NOT use COM components in your .NET applications any more, because it is old and unmanaged. The detailed error message usually looks like this:  Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 800xxxxx The error code may be different, but the cause of the error is usually the same. The most common cause of the error is that most […]