Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Error with SQL Transactions

Author  Topic 

Narensql
Starting Member

1 Post

Posted - 2008-07-27 : 13:15:23
Hi,

We are using .netframework 2.0 and SQLServer 2005.

We are getting the below error
"System.Data.SqlClient.SqlException: New request is not allowed to start because it should come with valid transaction descriptor" so randomly for every 10th request or so. If we restart IIS the problem disappears for a while. Again after 10th request or so we are again getting the error. Any ideas why this is happening..

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-07-27 : 13:39:22
are you trying to use transaction in a loop or something in .net?
Go to Top of Page
   

- Advertisement -