Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Problem with NT service launches ActiveX.exe


Message #1 by "Alex Mazor" <orlyk@i...> on Thu, 26 Apr 2001 11:57:56
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.

  Return to Index