I thought this was a privilege issue but I logged on as admin and still couldn't get more than a brief flash of the command window. I am just double clicking on the exe file I found in the 7.0 sdk

As a side question, can you just go into the GAC manually and delete something??

Cheers,
Berryl

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

It's a command-line utility. You ran it without arguments (by the sound of it) and it quickly exited. Run cmd.exe and run gacutil from there.

You can also use the Windows Explorer extension to delete assemblies - just browse to C:\Windows\assembly (or whatever your Windows directory is).

link|improve this answer
Pretty sure you shouldn't be mucking around with the GAC contents manually. – Simon Buchan Apr 16 '10 at 2:23
The Explorer shell extension isn't hacking it "manually" - that's the normal, supported GUI. You ''can'' hack it manually from the command line and I'd agree that you shouldn't do that unless it's really stuffed. – EMP Apr 16 '10 at 2:42
I did actually delete the assembly in explorer first, but gacutil still found it. Maybe I missed something when I was in there... – Berryl Apr 16 '10 at 3:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.