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

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -