distributed transaction error when not using enterprise services

  • Thread starter Thread starter z f
  • Start date Start date
Z

z f

I have a asp.net vb.net web app.
i'm using ado.net and using a command to run a stored procedure that have an
output parameters.
upon first cal it's ok
but for some reason upon the second call i get run time exception with
error:
distributed transaction completed, either enlist your connection witha new
transaction or the null transaction.
well, i'm familiar with this error when using enterprice services
but i'm not using enterprise services.
any reason why I can get this error?

TIA.
 
Are you using COM dll's in your project. What version of .net framework are u
using? Is it service pack2? Can you show us ur code so that it can be
reproducible? An simple example is appreciated.

Rajesh
MCSD.NET
http://meenrajan.blogspot.com
 
Back
Top