PDA

Click to See Complete Forum and Search --> : [Resolved] - Calling COM+ Lib into COM+ Server


vbXML
Dec 16th, 2005, 11:17 AM
I wish to deploy my common code as COM+ library application then call it from COM+ server application components. How do I do this?
I assume I don't need to add reference (like any other DLLs) but just declare object in COM+ server component with DIM statement and instaniate.
Please help!
Thanks in advance.

blindlizard
Dec 16th, 2005, 01:14 PM
You don't have to register your COM+ dlls seperatly, this happens when you add them to a COM+ package. You can reference them from your application the same way you always did as if you had registered the dll with regsvr32.

vbXML
Dec 21st, 2005, 03:04 PM
Thanks very much, blindlizard! Sorry I could not reply sooner as I was sick out :(
Happy Holidays!