Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Expression Editor › Re: Expression Editor
July 30, 2008 at 5:24 AM
#20265
The expression shape contains XLANG code, not C# code.
You need to declare filename as an orchestration variable of type System.String, probably the same for the XmlTextWriter.
An alternative approach is to put this code into an external C# class library and call that from the expression shape