web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

[SOLVED] System.Exception: You cannot start a transaction with a different isolation level than is already set on the current transaction.

NEBULAA IT SOLUTIONS LLP Profile Picture NEBULAA IT SOLUTION... 412

Introduction

I faced an error while publishing customisation of an entity using plugin which is “System.Exception: You cannot start a transaction with a different isolation level than is already set on the current transaction“. I tried to search about it, and I found that most people encountered this issue while creating custom entity and custom attribute in it.

Solution

As you can see the error details says that we cannot start a two transaction with different isolation level at time. So, I decided to change plugin execution mode from synchronous to asynchronous so we can avoid starting two transaction at a time.

async

I hope this will help some of you.

Thank you.

The post [SOLVED] System.Exception: You cannot start a transaction with a different isolation level than is already set on the current transaction. appeared first on Nebulaa IT Solutions.

Comments

*This post is locked for comments