i am writing in vb.net and i want to install the project in a server and in 2 clients.
My question is:
i use in my project some libraries (except the framework) and i want to know
if i must to install those libraries in both (server and client)
OR can i install only in server so the client to use the libraries from the server.

if yes how can i do this

thanks