I have a dll that i created using C++ and for a reason my dll should be placed in the GAC. for all other dll's created with managed code, i sign them and drop them in the GAC, how can i do the same with the c++ dll?
Thanks for your quick help.
I have a dll that i created using C++ and for a reason my dll should be placed in the GAC. for all other dll's created with managed code, i sign them and drop them in the GAC, how can i do the same with the c++ dll?
Thanks for your quick help.