I have some dll's from a third party vender, but i need to re-register them in the gac (apparently). could someone please give a step by step guide on how to this?
Thanks
Printable View
I have some dll's from a third party vender, but i need to re-register them in the gac (apparently). could someone please give a step by step guide on how to this?
Thanks
Typically regsvr32 is used to register dlls.
What is "GAC"?
Global Assembly Cache for .net framework
Look for gacutil.exe, it comes with the .NET Framework SDK.
.NET DLLs are not ActiveX/COM. So you could safely post this question in any .NET forum.