Which .Net library is used for reading Bindings file?

Home Page Forums BizTalk 2004 – BizTalk 2010 Which .Net library is used for reading Bindings file?

Viewing 1 reply thread
  • Author
    Posts
    • #25807

      Can someone tell me which .net library is  used to read the bindings file in a Biztalk 2006 app?

      I am trying to do more of an automated deployment using Ruby Rake, as stipulated by teh company I work for.  I have achieved everything for automatic deployment except for the overwriting of the Bindings file, dependent on environment. 

      System.Configuration is used to  read web, and app.configs.  I’d like to know  what the common library  is which is being used to read the Bindings file. 

      Thanks in advance

      🙂 

       

    • #25810

      The class used is Microsoft.BizTalk.Deployment.Binding.BindingInfo in the Microsoft.BizTalk.Deployment.dll library.

      But a big gotcha with binding files is they are wrappers for configuration data specified in other assemblies. i.e each pipeline component and adapter has its own configuration classes. These classes serialize their config data into the binding file.

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