Hi
We are using Windows 2003, COM+ and classic asp. currently we decided to change the isoloation level for our com+ components to ReadCommitted so we chnaged the Transaction attribute to the following:
Transaction(TransactionOption.Supported, Isolation=TransactionIsolationLevel.ReadCommitted)]
we have so many components (one application and about 40 classes)
the problem is when we checked, some of the components (about 5 of them) has not been updated. we dont know why.
appriciate any help
regards
We are using Windows 2003, COM+ and classic asp. currently we decided to change the isoloation level for our com+ components to ReadCommitted so we chnaged the Transaction attribute to the following:
Transaction(TransactionOption.Supported, Isolation=TransactionIsolationLevel.ReadCommitted)]
we have so many components (one application and about 40 classes)
the problem is when we checked, some of the components (about 5 of them) has not been updated. we dont know why.
appriciate any help
regards