Vb6 to VB.Net- How to replace registered dll concept -
I am replacing a VB6 application with a rewrite equivalent in VB.Net. VB6Ap has a 'control' application that offers a form to the user and allows them to select a 'customer' from the drop down list. The reason for reading a INI file that selects the client is to set the client-specific parameter that contains many DLL's program names, which were also written in VB6 and the subjects were registered on the machine. For example, each 'client' had a different letter format, and this letter was written by the selected DLL. It forced for a while, but only one user is most likely to make it convenient for updating only that DLL and continuously updating different characters except the DLL on the old one. Thus the user (clerical) had to be asked to save this file only in the normal folder. I could compile everything in an XE together, make my updates bigger and more complex. How do I change this kind of approach to doing it again in VBnet? I can tie everythin...