I have a DCOM application which runs fine with default settings but when i change the DCOM settings(Identity tab\Which user account do you want to use to run this application\) to "This user" it fails to work and here is the error message,
"0x80004015 The class is configured to run as a security id different from the caller"
Component details,
VB standard exe which calls C++ dll,
It fails in "CoRegisterClassObject" call in the C++ dll with above error message.
"0x80004015 The class is configured to run as a security id different from the caller"
Component details,
VB standard exe which calls C++ dll,
It fails in "CoRegisterClassObject" call in the C++ dll with above error message.