Creating an instance of the COM component with CLSID {E2ED7231-D342-11D3-BC59-0090279AB966} from the IClassFactory failed due to the following error: 80004005.
Hi,
I'm attempting use DataJunction 7.5 from within C#.
I've made a reference to the DJEngine 7.5 Components Type Library within the Solution Explorer.
I try to create and instantiate the engine using the following syntax:
DJEC.Engine eng = new DJEC.Engine();
When I run the test program, I receive the following error.
Creating
an instance of the COM component with CLSID
{E2ED7231-D342-11D3-BC59-0090279AB966} from the IClassFactory failed
due to the following error: 80004005.
Can anyone explain how I can get around this issue?
Thanks,
MG