distributed transaction error when not using enterprise services

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.
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top