문제

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.

도움이 되었습니까?

해결책

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)

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