0
我想通過命令提示符在GAC中安裝程序集。但不幸的是,我的程序集位於具有空格的文件夾名稱的位置。所以命令提示符無法正確識別該命令。如何在安裝程序集時避免目錄空的空間?
下面是我的命令
gacutil /i C:\\Users\\amalraj.umapathy\\Documents\\Visual Studio 2015\\Projects\\WindowsFormsApplication17\\WindowsFormsApplication17\\bin\\Debug\\AutomationAssemblies\\4.0\\Automation.dll"
請幫我解決問題。
感謝和問候, 阿邁勒拉吉
爲什麼你有一個結束引號'''但沒有開放? – aschipfl