That means the assembly is installed by a msi package.you can try to remove
this assembly anyway, use the /uf switch on gacutil
Ideally, . this case you need uninstall the assembly using the msi
package. Gacutil.exe does not let you uninstall assemblies that have been
installed and refcounted by Windows Installer.
Thanks
Jian Shen
This posting is provided "AS IS" with no warranties, and confers no rights.
Bill C - 01 Aug 2003 18:40 GMT
The assemblies I've added to the GAC are not installed with an msi package.
They were added using the following from command prompt: gacutil /i
<assemblyname>.
Now they are not removable from the GAC. This is a specific example of
assemblies that have nothing to do with MSI. So my question is how can we
remove these "orphaned" assemblies? There were 4-5 posts on this that I
noticed with no real solution so far to this particular scenario.
billc.
ndnet
> That means the assembly is installed by a msi package.you can try to remove
> this assembly anyway, use the /uf switch on gacutil
[quoted text clipped - 8 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
Bill C - 01 Aug 2003 19:09 GMT
Also, gacutil /uf does not release the assembly. It refuses to be removed
and gives the same error message.
Trying to remove the assembly through Windows Explorer view also does not
allow it to be deleted from the GAC.
bill c
ndnet
> That means the assembly is installed by a msi package.you can try to remove
> this assembly anyway, use the /uf switch on gacutil
[quoted text clipped - 8 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.