GACUtil “Assembly successfully removed from the cache” but “Number of items =1”

StackOverflow https://stackoverflow.com/questions/17530005

  •  02-06-2022
  •  | 
  •  

문제

I ran

gacutil /u Assembly

I got:

Number of items uninstalled = 1

But then I ran:

gacutil /l Assembly

and got:

Number of items = 1

Note that I have seen this, which seems like a reverse case, but I have not included '.dll' and yet I still have this problem. Please what am I doing wrong?

도움이 되었습니까?

해결책

I finally got it to work.

All I had to do is delete the contents of the download cache and restart the machine. So this works

gacutil /u Assembly
gacutil /cdl

Then restart the system

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top