Access dll in remote server. Please help. (Unresolved + Guru needed)
Hi, I have a problem with dll access.
The situation here is that I have a server app and a client app.
When the server app is fired up it will access a local .dll to check if the licensing key is available. (The licensing key is a external hardware which I have functions in the .dll to determine its availability.)
For the client apps, when it fires up, it has to access the server .dll to check for the licensing key. The way I'm doing it now is by packaging a setup a file without the .dll but I includes the .vbr. (I read this way somewhere else in the forum but I didn't get an elaborated way of how exactly to do it.)
Can anyone explain to me the steps to achieve the desired results? Client (without local .dll) to access a remote server (with local .dll).
Thanks,
Jeremy