Browse by Tags

Adding and using C# classes in BizTalk projects
02 February 10 11:08 AM | wmmihaa | 4 comment(s)
I’ve seen several posts of how to add .cs files to your VS2008 BizTalk projects ( Yossi has a good post ), but none of them shows how to use them, which is not that obvious. First of all, you can not use classes defined in the same project as the orchestration...