problem removing asseblies from the GAC

S

Sid Sidney

I have installed some assemblies to the GAC.
Used the call gacutil /i <assembly> to install it.

When using the gacutil /u or the /uf (to force)
I get the error message:

Assembly: PSICMDRx, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=03c0acb6b75 ec2e1, Custom=null Assembly
could not be uninstalled because it is required by
Windows Installer Unable to uninstall: assembly is
required by one or more applications Pending references:
SCHEME: <WINDOWS_INSTALLER> ID: <MSI> DESCRIPTION :
<Windows Ins taller> Number of items uninstalled = 0

I didn't use the windows intaller to intall these
asseblies.
I have also tried to remove with the Microsoft .NET
Framework 1.1 Configuration util
Nothing works.

Is there anyway I can remove these?

Thanks SidS
 
S

Shel Blauman [MSFT]

Have you tried going to the file in windows explorer (C:\WINDOWS\assembly),
right clicking on it, and selecting 'delete'?

Shel
 
S

Sid Sidney

Yes I have tired this. Get the same error.


-----Original Message-----
Have you tried going to the file in windows explorer (C:\WINDOWS\assembly),
right clicking on it, and selecting 'delete'?

Shel

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm





.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top