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
Printable View
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
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
I am using DCOM. I am new to it.. Can you help me in accesing the DCom from the client?
Thanks
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