Message in Finnish (suomi)
InstanceStore-kohteen pysyvyyspalvelun toteutus on virheellinen. Se yritti suorittaa mahdollisesti lukitusta hankkivan komennon käsitellessään komentoa, joka ei hanki lukitusta. Tämä poikkeus voi ilmetä, kun InstancePersistenceContext.Execute- tai InstancePersistenceContext.BeginExecute-kutsu tehdään käyttäen komentoa, joka palauttaa InstancePersistenceCommand.AutomaticallyAcquiringLock-kohteesta arvon true käsitellessään komentoa, joka palauttaa arvon false. Käytä pysyvyyspalvelua, joka ei tee näin, tai ohita AutomaticallyAcquiringLock jossakin komennoista niin, että oikea arvo palautetaan.
Unlocalized message
The persistence provider implementation of InstanceStore in use is invalid. It attempted to execute a potentially lock-acquiring command while processing a non-lock-acquiring command. This exception can occur when InstancePersistenceContext.Execute or InstancePersistenceContext.BeginExecute is called with a command that returns true from InstancePersistenceCommand.AutomaticallyAcquiringLock while processing a command which returns false. Either use a persistence provider which does not do so, or override AutomaticallyAcquiringLock on one of the commands to return the correct value.
Search by Google