Is there limitation for using Abstract Classes in BTS Orchestration?
Hi,
We’ve got an Abstract Class, and another class which inherits that abstract class. while Im creating a parameter, incide of orchestration of type second class, which inherits from abstract, I can not see objects of Abstract class.
From what I’ve seen and experienced (from BizTalk 2004 through 2006 R2), any custom .NET assembly (invoked from an Orchestration) has been built as standalone classes, not derived classes from an abstract class. I don’t know if this has changed in BizTalk 2009, but I highly doubt it.