Re: How to create COM+ object which use .NET EnterpriceServices on remote machine?

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Benjamin Fallar III (bfallar3_at_tri-isys.com)
Date: 06/03/04

  • Next message: WJ: "Re: Security - Best Encryption Tool"
    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!
    >
    >
    >


  • Next message: WJ: "Re: Security - Best Encryption Tool"

    Relevant Pages

    • Re: Cant reach remote DLL from client via DCOM
      ... ClsID via the local registry before talking to the remote machine. ... machine for the relevant ProgID, ... your EXE registered on the client machine simply to translate the ProgID. ...
      (microsoft.public.vb.com)
    • Re: Remote access using Dialup Networking
      ... >>> machine, send a command over to the remote machine, remote machine ... >>> I know how to query the database and get information out, ... >>> sends back to the client the dataset. ... >> Florida Department Of Transportation ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: I cant get graphics from remote machine
      ... I connect using Putty with X11 fwding enabled to a remote machine. ... i tried to set it to the ip of the client but client is also behind a ... Whatever you mean with "graphics are disables"? ...
      (alt.os.linux)
    • Re: Proof that firewalls can be circumvented
      ... Using this technique, a TCP/UDP proxy client, and a proxy ... any TCP/UDP app if the firewall was doing inspection at the application ... Create a client/server HTTP proxy app that converts ...
      (comp.security.firewalls)
    • RE: WCF Security Issue
      ... wshttpbinding and other is using nettcpbinding. ... My code works fine when both the client and server are ... run on the same machine but when the client is running on a remote machine ... Below is the app.config of the host running the service ...
      (microsoft.public.dotnet.framework)