I have an old version of the Enterprise Library in GAC. It resists any attempt on its life made with GACUTIL.EXE claiming the following:
Microsoft (R) .NET Global Assembly Cache Utility. Version 3.5.30729.1 Copyright (c) Microsoft Corporation. All rights reserved.
Assembly: Microsoft.Practices.EnterpriseLibrary.Common, Version=4.1.0.0, Culture=neutral, PublicKeyToken=e44a2bc38ed2c13c, processorArchitecture=MSIL
Unable to uninstall: assembly is required by one or more applications
Pending references:
SCHEME: <WINDOWS_INSTALLER> ID: <MSI> DESCRIPTION : <Windows Installer>
Number of assemblies uninstalled = 0 Number of failures = 0
I found some explanation on the subject here, but I can’t find any relevant registry keys.
So I want the nuclear option. Whose got one?
%windir%\Microsoft.NET\assembly
, find the assembly folders and then delete them. I would not recommend it but it's not my machine so have at it. – Igor