
VB6--- error using GetObjectContext.Item("Request")
Hi-
I wonder if anyone can help.
I'm having problems with the following bit of code. Basically when it hits
line 3 it bombs out with an "object required" error. The annoying thing is
that I have got this to work on another PC. The ASP page which fires this
off is run on a local IIS (Windows 2000)- and the ASP page resides in its a
virtual directory.
Is there anyone who may have an inkling as to why I can't reference the
Request option??
1 Dim oRequest As ASPTypeLibrary.Request
2 Dim oServer As ASPTypeLibrary.Server
3 Set oRequest = GetObjectContext.Item("Request")
4 Set oServer = GetObjectContext.Item("Server")
thanks
Paul.