Open karlcassar opened 10 years ago
Is this an async query or otherwise performed on another thread?
In that case, due to the architecture of Glimpse v1, when it tries to write the timeline message it dies because it can not find HttpContext.Current. Glimpse v2 is built in a way that should remove this sort of problem, in the mean time the plugin could do some try/catch to swallow the problem, but then you'd be confused by the lack of results.
So I don't have a great solution for this at the moment sorry.
This is related to the
Glimpse.RavenDb.Profiler
. When I execute a particular query, I get the below error.Not much more clue is given - any idea what is wrong? Is this a bug in the profiler? If I switch off the RavenDB profiler, it works fine so I'm assuming it is.
Feel free to ask for further information to replicate the issue, and I will provide.
Kind Regards, Karl