Error 14873

Message

Possible error messages:

Without Resource Bundle (default)
  • The instance id requested does not match the id of the active instance, only a single instance per process is allowed.
With Resource Bundle
  • The instance id requested does not match the id of the active instance, only a single instance per process is allowed.
Domain Mobile.ApplicationError
Number 14873
Label INSTANCE_NAME_MISMATCH
Applicable Platform(s) Windows Mobile

Cause

The requested instance ID does not match the ID of the active instance. Only one instance per process is allowed.

Action

Do not call GetInstance(instanceId,dataDirectory) or GetInstance(instanceId) using different instanceIds. Each process can use only one instanceId.