Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


Cannot access a disposed object. 'transaction'
Getting the above error when debugging a transactionscope used by DLinq in the May CTP preview. It seems sometimes debugging within the transaction throws the error.

Solution: try/catch around all transactionscopes and ignore the error that is thrown.

Update for Beta 2/VS 2008:
TransactionScope appears to be working now! I took out my try/catches, and haven't had problems.

Created By: amos 8/16/2007 5:50:53 PM
Updated: 10/12/2007 4:45:42 PM