|
|
| gavkel 2005-11-03, 5:55 pm |
| Im running an orchestration within a long running scope. Inside this
scope Im calling some rules (these are running inside an atomic scope)
then Im calling some .net components in parallel in a non transactional
/ synchronised scope of their own. Getting sqlconnection
serializationexecption errors. Can anyone enlighten me as to what Im
doing wrong?
Thanks in advance
| |
| Jon Flanders 2005-11-03, 5:55 pm |
| Well - you cannot use a .NET object from a non-atomic scope if that object
isn't serializable (which I assume the SQL Connection object isn't).
Jon Flanders [MVP]
http://www.masteringbiztalk.com
> Im running an orchestration within a long running scope. Inside this
> scope Im calling some rules (these are running inside an atomic scope)
> then Im calling some .net components in parallel in a non
> transactional / synchronised scope of their own. Getting sqlconnection
> serializationexecption errors. Can anyone enlighten me as to what Im
> doing wrong?
>
> Thanks in advance
>
| |
| gavkel 2005-11-03, 5:55 pm |
| Ok - and when I change the scopes for the .Net components to atomic
also, I get the same error. Any ideas?
|
|
|
|