Results 1 to 4 of 4

Thread: Accessing remote dll

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Location
    Bangalore
    Posts
    2

    Accessing remote dll

    Hi All,
    I had problem in accessing the dll which is residing in the server machine. I could access the dll from the server. But the problem is i need to access the same dll from the client....

    Can Any One Help Me Out!!!


    Thanks,
    Madhu

  2. #2
    Junior Member
    Join Date
    Apr 2003
    Location
    INDIA
    Posts
    20
    hi,

    You did't mention the dll is which kind of component. If it is COM component you need to register the component in Client machine, If it is a DCOM component you can access the component from client. DCOM Components are location transparent.


    prince

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Location
    Bangalore
    Posts
    2
    I am using DCOM. I am new to it.. Can you help me in accesing the DCom from the client?

    Thanks

  4. #4
    Junior Member
    Join Date
    Apr 2003
    Location
    INDIA
    Posts
    20
    While creating DCOM components a file with .VBR will be created by Vb. In the time of Creating the setup package you remove the .dll and add this .vbr file in the package. while installing it will ask of the remote server, then you enter the IP of the system where the Component actually reside. After this you can check the staus of the component by run DCOMCNFG.EXE.

    Now u try to access the componet, u will get it

    best of luck

    prince

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