Tagged Questions

0
votes
1answer
21 views

Instantiating TransactionScope returns null

I have some VB.NET code that creates a TransactionScope instance: LoggingUtility.LogDebug("UpdateCallTable", "SatComCallDataImporter", "About to associate call data with contracts …
1
vote
1answer
20 views

Transactions in .Net 2.0 application— what to use?

Hi everyone, I'm working on a .Net 2.0 application and need to wrap some database transactions in my code. The backend is SQL Server 2008. I've been away from .net for a few yea …
1
vote
1answer
31 views

What’s a good way to handle “async” commits?

I have a WCF service that uses ODP.NET to read data from an Oracle database. The service also writes to the database, but indirectly, as all updates and inserts are achieved throug …
0
votes
0answers
13 views

Common Gotchas when using TransactionScope and MS DTC

I am just starting to work with using TransactionScope, I find that there are always unexpected things I run into that take forever to debug. I figure that having a consolidated …
1
vote
2answers
48 views

How to use transactions in DotNetNuke (entangled with L2S)?

I use L2S at my module. The problem occurs while I'm using the default DNN entities at the same TransactionScope with my L2S data access, then I get a DTC request which I want to a …
0
votes
1answer
62 views

How can I implement a class that is aware of TransactionScope?

I have a WCF service that is performing some updates across a couple of databases and Active Directory. Since Active Directory is not able to support transactions, I want to implem …
3
votes
5answers
1k views

TransactionScope Error against Sql Server 2000 - The partner transaction manager has disabled its support for remote/network transactions.

I am trying to set up a simple transaction for my Linq-to-Sql actions against my Sql 2000 database. Using TransactionScope it looks like this: using (TransactionScope transaction …
3
votes
3answers
595 views

NHibernate with TransactionScope

Can anyone give me a quick overview of using TransactionScope with NHibernate? Do I need to do anything special with the session/IEnlistmentNotification/etc. to get this to work? A …
0
votes
1answer
48 views

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want …
0
votes
1answer
14 views

Advanced System.Transactions debugging

Are there any tips, tricks or methods for obtaining profiling/logging/debug information on the runtime behaviour of System.Transactions.TransactionScope? I have an application whi …
0
votes
1answer
51 views

MS States remote proc trans option will be removed in Next version of SQL SERVER…

Hi All, I'm not sure whether it is right to ask it here... I searched the net for an answer, But in vain... So I just wanted to try my luck here. Here is the excerpt from Micros …
1
vote
2answers
55 views

Data committed even though System.Transactions.TransactionScope.Commit() not called

Under what circumstances can code wrapped in a System.Transactions.TransactionScope still commit, even though an exception was thrown and the outermost scope never had commit calle …
7
votes
4answers
121 views

TransactionScope automatically escalating to MSDTC on some machines?

In our project we're using TransactionScope's to ensure our data access layer performs it's actions in a transaction. We're aiming to not require the MSDTC service to be enabled on …
0
votes
0answers
14 views

How to use TransactionScope in a OpenSessionInView type pattern in a ASP.NET website

Hi What is the best way to implement a TransactionScope in a OpenSessionInView type pattern in a ASP.NET website? I have a Http Module which starts and closes a SqlTransaction in …
0
votes
1answer
65 views

Multiple SubmitChanges and transaction rollback using Linq To SQL

I'm using TransactionScope to submit data in Linq to SQL. My question is, if I use multiple SubmitChanges in the same scope, will all scope roll back in case of an error or just th …

1 2 3 4 5 next
15 30 50 per page