Results 1 to 3 of 3

Thread: [Resolved] - Calling COM+ Lib into COM+ Server

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    52

    Resolved [Resolved] - Calling COM+ Lib into COM+ Server

    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.
    Last edited by vbXML; Dec 21st, 2005 at 04:04 PM.

  2. #2
    Frenzied Member blindlizard's Avatar
    Join Date
    Feb 2001
    Location
    Austin, TX - United States of America
    Posts
    1,141

    Re: Calling COM+ Lib into COM+ Server

    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.
    I drink to make other people more interesting!
    [vbcode]On Error GoTo Bar[/vbcode]
    http://www.monsterlizard.com

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    52

    Re: Calling COM+ Lib into COM+ Server

    Thanks very much, blindlizard! Sorry I could not reply sooner as I was sick out
    Happy Holidays!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width