Biztalk Helper Class Question:
Download Questions PDF

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

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 Interview Questions And Answers PDF

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?