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)….SDKv2.0Bingacutil.exe” /iF “$(TargetPath)”
it now works.
“$(DevEnvDir)….SDKv2.0Bingacutil.exe” /iF “$(TargetPath)”
it now works.