G
Gary
I am getting the following errors.
Retrieving the COM class factory for component with CLSID
{0CD44B28-F861-11D0-9B45-006097B00E23} failed due to the following
error: 80040154."
The code that is generating the error is: act.CAIBaseView objBaseView =
new act.CAIBaseView();
However the following code works fine: act.CActAppObj objACT = new
act.CActAppObj();
I am referencing act.dll which gives me access to the act. namespace.
If I use p'invoke to reference the .dll instead will this help me?
I've been stuck on this for about 2 months.
Retrieving the COM class factory for component with CLSID
{0CD44B28-F861-11D0-9B45-006097B00E23} failed due to the following
error: 80040154."
The code that is generating the error is: act.CAIBaseView objBaseView =
new act.CAIBaseView();
However the following code works fine: act.CActAppObj objACT = new
act.CActAppObj();
I am referencing act.dll which gives me access to the act. namespace.
If I use p'invoke to reference the .dll instead will this help me?
I've been stuck on this for about 2 months.