Access COM DLL using VS 2008 on Windows 7 64 bit
Posted
by Nitin
on Stack Overflow
See other posts from Stack Overflow
or by Nitin
Published on 2010-05-24T13:24:50Z
Indexed on
2010/06/14
22:12 UTC
Read the original article
Hit count: 530
c#
I am using Windows 7 64 bit OS and VS 2008 SP1 as development environment.
One of the console application uses a COM component. When I try to create an instance of a class from the COM component, I got following error:
Creating an instance of the COM component with CLSID {CE92C3B9-9A93-40E1-85AB-6A49170AEF7F} from the IClassFactory failed due to the following error: 80010105.
© Stack Overflow or respective owner