I know a similar question has already been asked here but nobody seems to have answered it.The project I'm working on requires these features.
- A dll has to be loaded from the server to the program running at client side.
- The native methods in the dll has to access a set of files present in the server.
- The invocation of native methods happen at the client side.
Thank you!