cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Dean_H
Level 7

How can a file(s) be deleted in the C:\Windows\Assembly\GAC_32 directory

How can a file(s) be deleted in the C:\Windows\Assembly\GAC_32 directory
Labels (1)
0 Kudos
(3) Replies
nikhilgupta
Level 5

installutil.exe /u [ASSEMBLYNAME] should remove the assembly from GAC.
this installutil.exe can be found in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 folder.
0 Kudos
MGarrett
Level 6

Or, you can use
gacutil.exe /u [Assembly_display_name]
from the Visual Studio 2005/2008 SDK.
0 Kudos
Dean_H
Level 7

Thanks for the info
0 Kudos