c# - How do I register a .NET DLL file in the GAC? -
I have created a .NET DLL file, which I want to register. I have used this command at the command prompt.
C: \ "path of dll \" Gacutil / i dllname.dll
It states that the path is not correct.
Do I have to use it at a .NET CMD prompt? If so, then I'm unable to detect the .NET CMD prompt.
You can do that in your simplest form using the tool: Program << / >> You get the Visual Studio Command Prompt in the Start menu. Em> -> Visual Studio -> Visual Studio Tools . gacutil / i yourdll.dll
Comments
Post a Comment