Apr
12
Written by:
Bill Chesnut
4/12/2006 1:00 PM
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.
Tags: