The persistence provider implementation of InstanceStore in use is invalid. It reported acquiring and committing the same version of a lock on the same instance twice. Each time a lock is acquired on an instance, the lock version must be incremented; or else zero should always be reported as the lock version. When a provider detects an attempt by an instance owner to lock an instance already locked by itself, the provider should call BindReclaimedLock, BeginBindReclaimedLock, or CreateBeginBindReclaimedLockException instead of BindAcquiredLock.
The persistence provider implementation of InstanceStore in use is invalid. It called BindOwner to set the owner of an InstanceHandle ...
The persistence provider implementation of InstanceStore in use is invalid. It called the method {0} on InstancePersistenceContext, ...
The persistence provider implementation of InstanceStore in use is invalid. It completed processing a TryCommand request ...
The persistence provider implementation of InstanceStore in use is invalid. It failed to bind the InstanceHandle to an instance ...
The persistence provider implementation of InstanceStore in use is invalid. It reported acquiring and committing the same ...
The persistence provider implementation of InstanceStore in use is invalid. It reported associating a key to an instance ...
The persistence provider implementation of InstanceStore in use is invalid. It reported completing a key which was already ...
The persistence provider implementation of InstanceStore in use is invalid. It reported completing an instance with active ...
The persistence provider implementation of InstanceStore in use is invalid. It reported completing or modifying a key which ...