COM Exception - another try here
-
I have a com object, created on c++ (using VS2005) And another c# library that referenced to that object. When I try to create new object - I get the follows: Retrieving the COM class factory for component with CLSID {B1901D41-……….} failed due to the following error: 80040111 I googled for that error, and only found it out when using external programs, like Excel, IExplorer, etc. I’m afraid in one of my tries I destroyed something in the registry… Can someone help me with my problem? This is driving me crazy… Moreover, I am looking for a good site who explains clearly about the COM objects, interop, and the correct use of them. Thanks, Sara
-
I have a com object, created on c++ (using VS2005) And another c# library that referenced to that object. When I try to create new object - I get the follows: Retrieving the COM class factory for component with CLSID {B1901D41-……….} failed due to the following error: 80040111 I googled for that error, and only found it out when using external programs, like Excel, IExplorer, etc. I’m afraid in one of my tries I destroyed something in the registry… Can someone help me with my problem? This is driving me crazy… Moreover, I am looking for a good site who explains clearly about the COM objects, interop, and the correct use of them. Thanks, Sara
You might read this: NET and COM Interoperability[^] If you go over to MSDN and use the search feature, the return (for the 80040111 COM error) is:CLASS_E_CLASSNOTAVAILABLE[^]