Answers

Question and Answer:

  Home  Biztalk Helper Class

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

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)

 179 views

More Questions for you: