Guest_imported
New member
- Jan 1, 1970
- 0
Hi,I need your help in the following situation:
On the same NT4 Server are installed:
1) NTService (written in C++);
2) ActiveX.exe (written in VB);
This NTService has to launch ActiveX.exe and create COM object resides in it.
The operation failed. I've got an error in Application Log of Event Viewer:
"Can't create object with required ProgID".
Security details:
1) current server is a Domain Controller;
2) NTService has started with account of user belongs to Domain Admins.
Note: I succeeded to create required COM object
by TestLauncher (written in VB) when I execute it manually
as a standalone application.
Thanx in advance.
On the same NT4 Server are installed:
1) NTService (written in C++);
2) ActiveX.exe (written in VB);
This NTService has to launch ActiveX.exe and create COM object resides in it.
The operation failed. I've got an error in Application Log of Event Viewer:
"Can't create object with required ProgID".
Security details:
1) current server is a Domain Controller;
2) NTService has started with account of user belongs to Domain Admins.
Note: I succeeded to create required COM object
by TestLauncher (written in VB) when I execute it manually
as a standalone application.
Thanx in advance.