I haven't looked into glimpse (or the code corresponding to the use of <HttpPost()>), but could this be "interesting" threading issues? Does it never log this trace or just sometimes? Does it matter if you use Debug or Release compiles?
(I assume you're assured this code is executing because of other actions it takes that you've removed for this post.) -- Regards, Mark Hurd, B.Sc.(Ma.)(Hons.) On 24 April 2013 14:25, <[email protected]> wrote: > Using glimpse which is great but I have noticed an issues..i think? > > > It appears to output my trace.write(“”) to glimpse most of the time except > for example…. > > > <HttpPost()> > > Function requestbyemail(oEmail As ForgotModel) As ActionResult > > Trace.Write("ForgotController::requestbyemail") ‘Not showing in > glimpse > > End function > > > Am I using glimpse wrong? > > > Anthony >
