Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
トランザクションごとにデータ コンテキストを維持するカスタム DataContextFactory を使用するようになりました。その他の主な変更点は、Thread.Get/SetData を介して手動でアクセスするのではなく、プロパティに [ThreadStatic] を使用したことだけです。
この変更以降、問題は発生しなくなったようであり、他の回答が提示されていないため、解決策として [ThreadStatic] を提案しています。