B
Bill Davidson
All:
I recently upgraded a VC++6 COM Server Exe project to VC++7.1 (w/ the latest
PSDK).
After a couple of minor hurdles, I got the project to compile and
self-register. Unfortunately, when I tried to call into the server from
either a VB6 or a VC6 test client, an error occurs at object creation time.
Looking at Task Manager, the server .Exe never actually launches.
The CoCreateInstanceEx() call on the VC6 client returns error number
0x80080005 (-2146959355) which maps to "Server Execution Failed".
Anybody else had similar problems? BTW, I'm running on Windows Server 2003.
Thanks,
Bill
I recently upgraded a VC++6 COM Server Exe project to VC++7.1 (w/ the latest
PSDK).
After a couple of minor hurdles, I got the project to compile and
self-register. Unfortunately, when I tried to call into the server from
either a VB6 or a VC6 test client, an error occurs at object creation time.
Looking at Task Manager, the server .Exe never actually launches.
The CoCreateInstanceEx() call on the VC6 client returns error number
0x80080005 (-2146959355) which maps to "Server Execution Failed".
Anybody else had similar problems? BTW, I'm running on Windows Server 2003.
Thanks,
Bill