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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error creating object on server

Status
Not open for further replies.

BryanF

Programmer
Nov 21, 2001
18
0
0
US
this is line 191 of pm.asp in a visual interdev web project.

DE = Server.CreateObject('DERuntime.DERuntime');

this is the error i get in internet explorer

Server object, ASP 0177 (0x800401F3)
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: /DTCExamples/_ScriptLibrary/pm.asp, line 191

any idea what an be wrong? is it a server issue? do i need to show more code to know show where my problem is?
sorry...new to this
Thanks
Bryan F.
 
If DERuntime is not a class of project DERuntime, I would imagine you would get this error.

Just a stab at the obvious. "It's easier to ask forgiveness than it is to get permission." - Rear Admiral Dr. Grace Hopper
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top