我创建了一个添加外部DLL参考的控制台应用程序.
现在我必须将我的外部Dll部署到我的程序集中.
当我试图在GAC中添加我的dll时.
GACUTIL.EXE /i MyLibrary.dll
Run Code Online (Sandbox Code Playgroud)
命令将我的DLL添加到Assembly中,它显示我的错误
*gacutil is not recognized as an internal or external comma*
Run Code Online (Sandbox Code Playgroud)
我该怎么办?