DotNetNuke UserController.GetUser(PortalId,UserId, False) inside TransactionScope throws Transaction

Posted by Kthurein on Stack Overflow See other posts from Stack Overflow or by Kthurein
Published on 2010-06-10T05:20:24Z Indexed on 2010/06/10 5:22 UTC
Read the original article Hit count: 392

Filed under:
|
|

Either DotNetNuke UserController.GetUser(PortalId,UserId,false) or UserController.ValidateUser(...) inside TransactionScope is causing TransactionAbortedException and the innerException is TransactionPromotionException. The symptoms are the same as this.

Could anyone suggest me the solution to this issue? Thanks a lot !

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET