結局のところ、これはトランザクションタイムアウトの問題でした。
タイムアウトを増やした後、リストを正常に挿入しました:
using (TransactionScope transaction =
new TransactionScope(TransactionScopeOption.Required,
new TimeSpan(0, 30, 0))) //30 minute timeout limit
結局のところ、これはトランザクションタイムアウトの問題でした。
タイムアウトを増やした後、リストを正常に挿入しました:
using (TransactionScope transaction =
new TransactionScope(TransactionScopeOption.Required,
new TimeSpan(0, 30, 0))) //30 minute timeout limit