Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

I have created a ATL Server Exe in vc 6.00. I am calling this in VB6 and working fine in my System (Windows Xp - sp2). But it is not working in Windows Server 2003 -SP3 (this is a domain controller)

1. Registering server is success - e.g MyServer /regserver

2. I am able to see the Registry Details in RegEdit.exe

3. I am running the application with Admin Rights

4. In VB6 application when i call CreateObject("Myserver.MyClass") this return error code 424

5. In VC application , when i call CoCreateInstance("Myserver.MyClass") return error code 997

6. I tried to set permission in dcomcfg.exe for the commponent



Please help me to resolve this issue..

by
paul
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900