Biztalk Helper Class Question: Download Biztalk Helper Class PDF

Explain me is there a way to automate the process of adding assembly in GAC?

Tweet Share WhatsApp

Answer:

Yes. Right click the project, go to properties and select Build Events
And add following in the Post-Build event command line:

"C:Program filesMicrosoft Visual Studio 8SDKv2.0BinGacUtil.exe" -u $(TargetName)

Download Biztalk Helper Class PDF Read All 25 Biztalk Helper Class Questions
Previous QuestionNext Question
Tell me where can the helper class be used?Please explain what is the difference between a Document Schema and a Property Schema?