Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
2008.1 ASP.Net remove from GAC
posted

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.Mis
c.v8.1
Microsoft (R) .NET Global Assembly Cache Utility.  Version 2.0.50727.42
Copyright (c) Microsoft Corporation.  All rights reserved.


Assembly: Infragistics2.WebUI.Misc.v8.1, Version=8.1.20081.1000, Culture=neutral
, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL
Unable to uninstall: assembly is required by one or more applications
Pending references:
              SCHEME: <WINDOWS_INSTALLER>  ID: <MSI>  DESCRIPTION : <Windows Ins
taller>
Number of assemblies uninstalled = 0
Number 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?