C
Chris Zopers
Hello,
I would like to know the following:
In VB 6 I could create a dll file, place it on a server and register the
dll file on each client computer, so all client computers know that the
dll file is on the server.
This way, I could make small changes to the dll, without having to
reïnstall components on the client.
In VB.NET, each dll is automatically being copied to the /bin directory
in the directory where the executable file is located. This means that
the dll file also is located on the client machine. When I have made
small changes to the dll, I have to recompile the executable file and
install a new version of the executable and the dll file to each client.
Isn't there a way to make changes to a dll without having to recompile
and redistribute to client machines?
Greetings,
Chris
I would like to know the following:
In VB 6 I could create a dll file, place it on a server and register the
dll file on each client computer, so all client computers know that the
dll file is on the server.
This way, I could make small changes to the dll, without having to
reïnstall components on the client.
In VB.NET, each dll is automatically being copied to the /bin directory
in the directory where the executable file is located. This means that
the dll file also is located on the client machine. When I have made
small changes to the dll, I have to recompile the executable file and
install a new version of the executable and the dll file to each client.
Isn't there a way to make changes to a dll without having to recompile
and redistribute to client machines?
Greetings,
Chris