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!
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!