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
なぜこれが機能しないのですか?どうすればアンインストールできますか?