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 << / >> gacutil / i yourdll.dll

You get the Visual Studio Command Prompt in the Start menu. Em> -> Visual Studio -> Visual Studio Tools .


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -