what does it mean when gacutil exits with error code 9009?
as in "The command "C:\Program Files\Microsoft Visual Studio
8\SDK\v2.0\Bin\gacutil.exe /cdl" exited with code 9009."
I receive this error when running gacutil as part of a post-build event, but
pasting the same text to the command prompt is successful.
"Peter Huang" [MSFT] - 03 Jan 2006 08:31 GMT
Hi
Here is similar problem.
http://groups.google.com/group/microsoft.public.vsnet.general/browse_frm/thr
ead/6e1d0137b0845dcb/cfb1a41026aa4b85?lnk=st&q=gacutil+in+post+build+event%3
A+return+code+9009&rnum=1&hl=en#cfb1a41026aa4b85
You may try to use the full path.
e.g.
"$(DevEnvDir)..\..\SDK\v2.0\Bin\gacutil.exe" /u $(TargetPath)
copy $(TargetFileName) "C:\T\"
"$(DevEnvDir)..\..\SDK\v2.0\Bin\gacutil.exe" /i $(TargetPath)
Best regards,
Peter Huang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.