Node.GetCurrent() not working under HttpHandler "BeginRequest" ?
Hey there :)
im doing a HttpHandler on our current project, inside the handler we have an eventhandler for "BeginRequest" and in the code we want to grab the Current Node by calling Node.GetCurrent();
We just get a classic "Object reference not set to an instance of an object".
I cannot see why this shouldnt work.
Bonus info is that its running 4.11.5 and the test site is on a SQL CE(Could it be this?)
Node.GetCurrent() not working under HttpHandler "BeginRequest" ?
Hey there :)
im doing a HttpHandler on our current project, inside the handler we have an eventhandler for "BeginRequest" and in the code we want to grab the Current Node by calling Node.GetCurrent();
We just get a classic "Object reference not set to an instance of an object".
I cannot see why this shouldnt work.
Bonus info is that its running 4.11.5 and the test site is on a SQL CE(Could it be this?)
is working on a reply...