message:
TDefaultPlaceEnvironment::OpenDocument caught exception
There is a problem either with your streaming code or with the CommonPoint application system.
- If you are trying to open an existing document, create a new document of the required type; if this works, you might have been trying to open the wrong kind of document with the previous command.
- If you are trying to create a new document:
- If you are running new or modified streaming code for the first time, make sure you have all of the
>>=
and <<=
operators pointing in the right direction. Also, make sure you incremented the version enum
in both the streaming code and the MCollectible macros.
- If your streaming code is tested and reliable (as shown, for example, by
WellBehavedObject
), perform a session restart and try again.