I have the MySQL Connector/NET installed on my PC. I modified the source code and recompiled one of the dlls (MySQL.Data.dll). With the program already installed, how can add this dll to the Global Assembly Cache?
If your answer involves using gacutil.exe, please tell me where I can find it on my PC or where I might download it. Thanks!
You can put it in the GAC but unless you have access to the private key with which it was originally signed, the installed program(s) will not recognize it.