I am really struggling with this , I have got the objects running fine.
I am running Vista64 with IIS7 and FPSE and VB6 / SP5
Ticking "IIS intrinsic Properties" on the component in component services was the critical step,
My component now can access the session and request objects just fine.
Set oContext = GetObjectContext()
Set oApplication = oContext("Application")
Set oSession = oContext("Session")
However when I connect to the debugger in VB6 the debugger seems to connect fine and steps through the code until the Session line and then I get a "Nothing" error.
It would seem that we need some kind of "IIS Intrnsic Properties" switch on the debugging system ????
Any ideas on this one, I'm pretty sure all the permissions and access rights on Component Services are correct.