How is this done

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris

    How is this done

    Hi,
    If I create a COM+ component and host it in Enterprise Service how do I
    access it from a

    1. VB.Net program on another computer?
    2. a .net webservice on another server?

    Where can I find info on these?

    Thanks
  • Ollie Riches

    #2
    Re: How is this done

    check out the following link:



    Basically you need to export a proxy from the server where you want the COM+
    component to actually run and install that proxy on the computer where you
    want to call the COM+ component from :)

    this is done using the COM+ "Applicatio n Export Wizard" from the component
    services MMC snapin accessed via 'Administrative Tools'

    HTH

    Ollie Riches

    "Chris" <Chris@discussi ons.microsoft.c om> wrote in message
    news:BAAD3DDF-3338-4E83-8583-D338633C6C94@mi crosoft.com...[color=blue]
    > Hi,
    > If I create a COM+ component and host it in Enterprise Service how do I
    > access it from a
    >
    > 1. VB.Net program on another computer?
    > 2. a .net webservice on another server?
    >
    > Where can I find info on these?
    >
    > Thanks[/color]


    Comment

    Working...