I installed the 2008.1(CLR 2.0) just fine but I want to remove the non design assemblies from the GAC. I get an error in the administration UI when trying to do so and at the command line I get this...
C:\Program Files\Microsoft Visual Studio 8\VC>gacutil /u Infragistics2.WebUI.Misc.v8.1Microsoft (R) .NET Global Assembly Cache Utility. Version 2.0.50727.42Copyright (c) Microsoft Corporation. All rights reserved.
Assembly: Infragistics2.WebUI.Misc.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSILUnable to uninstall: assembly is required by one or more applicationsPending references: SCHEME: <WINDOWS_INSTALLER> ID: <MSI> DESCRIPTION : <Windows Installer>Number of assemblies uninstalled = 0Number of failures = 0
What's the deal here? How do I have this installed and not be in the GAC or remove from the GAC?