Quick Pipeline Question

Home Page Forums BizTalk 2004 – BizTalk 2010 Quick Pipeline Question

Viewing 1 reply thread
  • Author
    Posts
    • #12721

      We have a Biztalk Pipline project that references a C# project that has the following:
      public class SoapHeaderAdder : Microsoft.BizTalk.Component.Interop.IComponent, IBaseComponent, IPersistPropertyBag, IComponentUI

      If we want to change the C# code to promote a new field, do we have to recompile the Biztalk Pipeline project?

      In other words, since the stages of the pipeline are still the same, does the pipeline have to be recompiled and redeployed, or can we just redeploy the C# code.

      Thanks,
      Neal

    • #12720

      As long as the version of the .net component is the same and you restart your host I think you would just have to redeploy your C# code.

      Have you noticed something difference?

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.