How to run server's DLL from client? - TechRepublic
General discussion
May 6, 2002 at 01:11 PM
shanghai sam

How to run server’s DLL from client?

by shanghai sam . Updated 24 years, 1 month ago

Besides using MTS, is there anyway that i can ask my VB application (which is also installed in the server) to use the DLLs in its same folder? all the client computer will have a shortcut placed on their desktop in order to run the VB app. a fullinstallation for the necessary components will be done on each client computer, however some of the ActiveX DLLs are still under development/testing, therefore i dun wish to include the DLLs in the installation package becos those DLLs will be updated from time to time. there are around 200+ client computers, i dun want to keep updating their DLLs after periodical modifation from the source. since the EXE will be placed in the server, is there anyway that i can hardcode the VB application to search for the DLL from its own folder in the server rather than locally from the client computer?

This discussion is locked

All Comments