|
Home > Archive > BizTalk Server Orchestration > December 2004 > serialization exception in .NET component
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
serialization exception in .NET component
|
|
|
| I have a .NET component that is called from an expression shape inside an
atomic transaction. I still get a serialization exception. Do I need to do
anything special in my component? Any suggestions of what I may be doing
wrong would be appreciated.
| |
| Matt Meleski 2004-12-10, 5:50 pm |
| Glen,
When you create a Scope Shape, you can also create variables/messages etc.
just for that Scope shape. In the Orchestration View for your Orchestration,
find your scope shape and then create your instance of your .Net class there
as a variable. Should be ok after that.
Matt
"Glen" wrote:
> I have a .NET component that is called from an expression shape inside an
> atomic transaction. I still get a serialization exception. Do I need to do
> anything special in my component? Any suggestions of what I may be doing
> wrong would be appreciated.
| |
|
| Thanks Matt. It works now.
"Matt Meleski" wrote:
[vbcol=seagreen]
> Glen,
>
> When you create a Scope Shape, you can also create variables/messages etc.
> just for that Scope shape. In the Orchestration View for your Orchestration,
> find your scope shape and then create your instance of your .Net class there
> as a variable. Should be ok after that.
>
> Matt
>
> "Glen" wrote:
>
|
|
|
|
|