Answer to GAC’ng a assembly in VS2005 in PostBuild Event

Posted: April 12, 2006  |  Categories: BizTalk Development Uncategorized
Tags:
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.

#1 Azure Monitoring Platform
BizTalk360
BizTalk Server

Over 650+ customers across
30+ countries depend on BizTalk360

Learn More
Serverless360
Azure

Operate efficiently with enterprise-grade Azure monitoring,
tracing, remediation & governance in one platform

Learn More

Back to Top