Troubleshooting Exceptions: System.ServiceModel.Persistence.InstanceNotFoundException

An InstanceNotFoundException exception is thrown under the following circumstances:

  • An operation is performed on a durable service instance that has been marked for completion.

  • A persistence provider created by a SqlPersistenceProviderFactory attempts to lock, unlock, or otherwise process state data that is not found in the database.

See Also

Tasks

How to: Use the Exception Assistant

Reference

InstanceNotFoundException