Glimpse / Glimpse

The open source diagnostics platform for the web
http://getGlimpse.com
Apache License 2.0
2.32k stars 418 forks source link

Glimpse Tab doesn't dispay after navigation to URL #1008

Closed RaviPatelTheOne closed 6 years ago

RaviPatelTheOne commented 6 years ago

We are using Asp.Net MVC 5 and Kendo UI controls. I have installed following Glimpse packages for my MVC project.

Target framework is .NET Framwork 4.5

I have configured Glimpse and it is working fine in my application startup page (Login screen) and Glimpse tabs are displayed at bottom of the screen.

However, After logging, when application is navigate to other controller, It doesn't display Glimpse Tab in bottom.

I have enabled debugger log and when navigating from login to other controller, following entries are logged.

2018-01-08 12:13:34.8483 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named 'Index', with proxy implementation. | 2018-01-08 12:13:35.0833 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named '_ListWork', with proxy implementation. | 2018-01-08 12:13:36.2644 | INFO | Replaced IView of type 'System.Web.Mvc.RazorView', named '~/Views/Common/_conformation.cshtml', with proxy implementation. | 2018-01-08 12:13:36.8445 | DEBUG | RuntimePolicy set to 'Off' by IRuntimePolicy of type 'Glimpse.Core.Policy.StatusCodePolicy' during RuntimeEvent 'EndRequest'. | 2018-01-08 12:13:37.5296 | DEBUG | RuntimePolicy set to 'ExecuteResourceOnly' by IRuntimePolicy of type 'Glimpse.Core.Policy.GlimpseResourcePolicy' during RuntimeEvent 'ExecuteResource'. | 2018-01-08 12:13:38.0016 | DEBUG | RuntimePolicy set to 'Off' by IRuntimePolicy of type 'Glimpse.Core.Policy.ContentTypePolicy' during RuntimeEvent 'EndRequest'. |

I have also observed that when application is loading first time, there are some logs related to Failed to load type when getting types from assembly. I have attached log also for the same. Glimpse.log

Please help me to show glimpse tabs when navigation is performed.

RaviPatelTheOne commented 6 years ago

Solved It. Glimpse Div hides behind the footer of our application. Change Z index of footer and its working fine.