Hello all. I'm not sure if this is an asp problem or a Lotus Domino Notes problem, but here it goes....
I have the following code on my web server:
dim s
Set s = CreateObject("Lotus.NotesSession"
Call s.Initialize
The CreateObject works fine, but the next statement receives this error:
Microsoft VBScript runtime error '800a0030'
Error in loading DLL: 's.Initialize'
I cannot figure out what the problem is. This works fine on 2 other development servers, but not our production server.
Any ideas are appreciated!
Thank you in advance for you help.
Steve
sms@hmbnet.com
I have the following code on my web server:
dim s
Set s = CreateObject("Lotus.NotesSession"
Call s.Initialize
The CreateObject works fine, but the next statement receives this error:
Microsoft VBScript runtime error '800a0030'
Error in loading DLL: 's.Initialize'
I cannot figure out what the problem is. This works fine on 2 other development servers, but not our production server.
Any ideas are appreciated!
Thank you in advance for you help.
Steve
sms@hmbnet.com