Biztalk Visual Studio Question: Download Biztalk Visual Studio PDF

Explain me how do you call a Non-Serializable .Net helper class inside an Expression Shape?

Tweet Share WhatsApp

Answer:

☛ • Add a reference to that class.
☛ • Make sure your Orchestration is Long Running transactional.
☛ • Add an Atomic scope.
☛ • Create an Orchestration variable of that class inside the scope.
☛ • Create an instance on that object inside the scope.
☛ • Call the method.
☛ • Bonus: Mention the class must be strongly signed and in the GAC.

Download Biztalk Visual Studio PDF Read All 26 Biztalk Visual Studio Questions
Previous QuestionNext Question
Tell us why we get the error "Unexpected error writing metadata to file <filename>"?Explain when working with Schemas, Maps, Pipelines, and Orchestrations, how should the projects be structured?