We are using Asp.Net MVC 5 and Kendo UI controls. I have installed following Glimpse packages for my MVC project.
Glimpse Core (ASP.NET 4.5 web debugger )
Glimpse Mvc5 (ASP.NET MVC 5 web debugger)
Glimpse ASP.NET
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.
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.