G
Guest
I have vb 6 apps that use sql server for the backend. These apps compile as a standalone exe file. Therefore, I am able to put these in one place on the network and all the users can run the application. I am trying to move these vb 6 apps to vb.net. I can create a folder on the network with the exe and dlls. It works this way, but I would prefer not to have all the dlls in the folder. This causes me to unnecessarily duplicate the dlls on the network. Is the only real option to create an installation package and install each application on the users machines with the dlls? The global assebly cache still seems to require that the dlls are installed on the local machine even though you can create the snk file in a networked locatio
Thanks in advance for any advice
Thanks in advance for any advice