我已经使用 gacutil 安装了一个 DLL。
gacutil.exe /i SI.ArchiveService.CommonLogic.Exceptions.dll
使用 gacutil /l 表明它确实已安装。
SI.ArchiveService.CommonLogic.Exceptions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=925c8734ae397609, processorArchitecture=MSIL
然后我想卸载它。
gacutil.exe /u SI.ArchiveService.CommonLogic.Exceptions.dll
Microsoft (R) .NET Global Assembly Cache Utility. Version 3.5.30729.1
Copyright (c) Microsoft Corporation. All rights reserved.
No assemblies found matching: SI.ArchiveService.CommonLogic.Exceptions.dll
Number of assemblies uninstalled = 0
Number of failures = 0
为什么这不起作用?我该如何卸载它?