5
Answers

DLL Strong Name GAC Util

sashah

sashah

19y
3.1k
1
Hi. Please someone help meeeeee!!!!!!!!!!!!!! I want to distribute a C# dll with .COM interopability. I understand that in order to access the dll from VB6 I need to register the c# dll with a strong name and install it in the windows assembly using GACutil. In order to use these utilities i have to have the vs.net installed right??? in that case how does my client who only uses vb6 use this dll without having to install the .net development kit?
Answers (5)
0
ytram5

ytram5

NA 135 0 20y
Are you saying that Host=host will change wherever your application is deployed? If so, there are several ways you could implement it. A common way is using an xml configuration file. Using this, there will be a file associated with the executable that will contain the necessary host information to make a connection. If host is all that is changing, you could also just have the host be an argument that is passed to the application upon startup.