A DLL from Prince that supports application integration (Prince.dll) does not have strong naming. Could you add strong naming to Prince.dll? It would just involve rebuilding the DLL after you go to Project properties, Signing tab, and then check “Sign the assembly”.
This is needed because every DLL to install in the Global Assembly Cache (GAC) (and every DLL it references) must have strong naming in our program.
This is in the .NET world.
Thanks
This is needed because every DLL to install in the Global Assembly Cache (GAC) (and every DLL it references) must have strong naming in our program.
This is in the .NET world.
Thanks
Jim Albright
Wycliffe Bible Translators