Link to home
Start Free TrialLog in
Avatar of d_glenn
d_glenn

asked on

ActiveX dll in COM+

I have created an ActiveX DLL.  How can I put this DLL into COM+?

Do I need to do anything special to my dll to make this happen?

Your input is much appreciated.

Thanks,
David
Avatar of rkot2000
rkot2000

>>How can I put this DLL into COM+?

you need to use Component Services under admin to register your dll with com+

>>Do I need to do anything special to my dll to make this happen?

nop, but if you want to use some com+ object yes.
Avatar of d_glenn

ASKER

So how is it different if I want to use a COM+ object instead of a normal COM object?

Does anybody have a good site for COM+ info "for dummies"?

Thanks,
David
ASKER CERTIFIED SOLUTION
Avatar of rkot2000
rkot2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial