Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Application Object Timeout

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have a line of code that starts an application.

The application is taking a long time to start up and authenticate the user (2-3 mins) over a modem.

The error "ActiveX compenent can't create object" appears after about 90secs. Is this a time out that I can alter?
 
This isn't a timeout. You (or one of your components) is trying to instantiate a COM object that's either not installed or not registered.

nick bulka

 
I have checked in the Registry and it is in there, but not when I check in dcom config...?
 
Are you activating the component through DCOM (are you trying to run the component on the remote computer?) If so, you'll need to check the registry on the remote computer and/or use MTS to control the component.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top