Biztalk 2004 Integration Experiences

Monday, January 24, 2005

Getting References of a Biztalk Assembly Programatically

I was a bit disappointed with the Deployment options shipped out of the Box with Biztalk 2004. Even though there a lot of tools like NAnt are avaiable, I prefer having a simple tool (Similar to Biztalk Explorer) which can spit out VBScript for all the selected assemblies with binding information, so to design the tool, I was doing some prototyping and wrote a recursive function to get all the BiztalkReferences of an assembly. All you need to do is pass in an Assembly Name and an empty ArrayList, in which the References Full Name would be filled in with.

You can download the code from here

3 Comments:

  • At 7:42 AM, Anonymous Anonymous said…

    hi, please post up the code

     
  • At 7:43 AM, Anonymous Anonymous said…

    hi, please post up the code

     
  • At 6:16 PM, Blogger Deepak Lakshmanan said…

    I have updated the blog with the Code. Good luck!

     

Post a Comment

<< Home