Written by: Bill Chesnut 12/04/2006
I was getting a 9009 error from “gacutil /iF $(TargetPath)”, if found some info on the web (http://www.mcse.ms/archive103-2006-1-2052602.html) that point me to using "$(DevEnvDir)..\..\SDK\v2.0\Bin\gacutil.exe" /iF “$(TargetPath)” it now works.
I was getting a 9009 error from “gacutil /iF $(TargetPath)”, if found some info on the web (http://www.mcse.ms/archive103-2006-1-2052602.html) that point me to using
"$(DevEnvDir)..\..\SDK\v2.0\Bin\gacutil.exe" /iF “$(TargetPath)”
it now works.
1 comments so far...
Re: Answer to GAC'ng a assembly in VS2005 in PostBuild Event thx, works fine
Re: Answer to GAC'ng a assembly in VS2005 in PostBuild Event
thx, works fine
Subscribe in a reader