Re: How to create COM+ object which use .NET EnterpriceServices on remote machine?
From: Benjamin Fallar III (bfallar3_at_tri-isys.com)
Date: 06/03/04
- Previous message: Florin Lazar [MSFT]: "Re: How to create and use a Transaction Broker"
- In reply to: Vasily: "How to create COM+ object which use .NET EnterpriceServices on remote machine?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Jun 2004 20:58:25 +0800
on your com+ application server box, right click the com+ application to
export an application proxy. create this export package in a shared folder
where your clients can install them on to their client desktop machines.
from the client app, you can instantiate the remote machine that host the
com+ app using the standard "new" statement after referencing the com+ app.
"Vasily" <basil01@yandex.ru> wrote in message
news:%232C7njKSEHA.3296@TK2MSFTNGP12.phx.gbl...
> How to create COM+ object which use .NET EnterpriceServices on remote
> machine?
>
> I use on remote machine:
>
> object comObject;
>
> comObject =
>
Activator.CreateInstance(Type.GetTypeFromCLSID(classGiud,remoteMachineName))
> ;
>
> classGuid - GUID of class which inherits from serviced component.
>
> After execution this expression, It shows error like this: "Could not find
> server.dll assembly."
>
> Before I have been installed COM+ proxy.
>
> Can I deploy COM+ client as registered type library from server.dll?
>
> Thank You, Vasily!
>
>
>
- Previous message: Florin Lazar [MSFT]: "Re: How to create and use a Transaction Broker"
- In reply to: Vasily: "How to create COM+ object which use .NET EnterpriceServices on remote machine?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|