I registered Mono.WebServer.dll in the GAC with:

C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe

Then I wanted to install an additional assembly in the GAC and I got:

gacutil is not a valid win32 application.

I used the same gacutil both times... I restarted and the problem persists.

link|improve this question

71% accept rate
3  
Uh-oh, you triggered the self-destruct sequence. – Hans Passant Nov 7 '10 at 19:14
Mono? That's a virus. I wasn't aware that it could cross over from humans to PCs. – mootinator Nov 7 '10 at 19:28
@Hans Passant: Indeed, seems so. But I have lately had a lot of issues with corruption, just don't know why installing Mono.Webserver in the GAC triggered it. – Quandary Nov 8 '10 at 0:42
1  
Get your machine stable again. Good luck. – Hans Passant Nov 8 '10 at 0:50
@mootinator: True, but it's also Spanish and means 'ape'. See primates.ximian.com – Quandary Nov 8 '10 at 11:30
feedback

1 Answer

up vote 1 down vote accepted

Gacutil is bundled with .Net SDK, not with visual studio. Maybe you should try to re install .Net SDK if it needs to and load gacutil from this path : C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin (make sure the version number matches your system)

link|improve this answer
Thank you - was good advice. Now it works again. What I don't yet understand is why I could install the .NET SDK when it was already installed, and not uninstalled. – Quandary Nov 9 '10 at 16:37
feedback

Your Answer

 
or
required, but never shown

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