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

Server.CreateObject Failed when using Outlook Redemption

Status
Not open for further replies.

chriscboy

Programmer
Apr 23, 2002
150
GB
Hi,
I am using Outlook Redemption to create a classic asp page that will create an appointment in someones Outlook calendar.

I am getting the following error when running the code:
Server object error 'ASP 0177 : 80040605'
Server.CreateObject Failed
/vCal/TestVCal.asp, line 123
80040605

The line of code it is failing on is this:
Set loSession = Server.CreateObject("Redemption.RDOSession")

What do I need to do to resolve the error? I have registered the dll using REGSVR32, and I have also successfully created an appointment using Visual FoxPro from the same PC without any issues. I am also new to ASP so please forgive me if I have done something stupid!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top