in reply to Initialization process exceptions with Excel; Win32::OLE
SYMPTOMS
Passing an IStorage pointer that references the root storage of a newly created structured storage file to a local COM server and then calling IStorage::CopyTo on this interface pointer results in a 0x80010105 error code ("Server threw an exception").
WORKAROUND
To work around this problem, close and re-open the file before passing it the IStorage pointer to the local COM server.
RESOLUTION
To resolve this problem, obtain the latest service pack for Windows 2000....
MORE INFORMATION
This problem occurs only when the COM server is running under a different user account than the COM client. If the COM server identity is configured to run under the same user account as the client, the error does not occur. The error occurs only when the COM server is local to the client. If the COM server is remote, the error does not occur. Also, the error seems to occur only when the document file is created with sub-objects (streams and sub-storages) and then passed to the server. If the file is closed (the root storage is released) and then reopened before passing the IStorage pointer to the COM server, the error does not occur.
The information in this article applies to:
...
Microsoft Windows 2000 Professional SP1
|
|---|