Uninstall assembly from GAC with gacutil.exe


/ Published in: Windows PowerShell
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #find fully qualified assembly name
  2. gacutil /l Microsoft.Practices.SharePoint.Common
  3.  
  4. #uninstall
  5. gacutil /u "Microsoft.Practices.SharePoint.Common, Version=2.0.0.0, Culture=neutral, PublicKeyToken=ef4330804b3c4129"

Report this snippet


Comments


You need to login to view comments.