Problem with running method from orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 Problem with running method from orchestration Problem with running method from orchestration

#12518

Is your .NET class marked as serializable?
If not is the expression shape inside an atomic scope?

Are you submitting more than one message at a time or does the new.txt file already exist?

What error message results in the event log?

Have you considered a static method, i.e. no object instance required
and expression shape code should be:
<yournamespace>.<yourclass>.TestFunc(\”Launch.\”);

Greg