0

I am trying to debug my routes in a MVC-4 application using glimpse.mvc

If I use only _layout.cshtml there is no problem, however if this calls other partial views, the loading of the page takes literally minutes and the browser (IE) remains unresponsive.

Is this a limitation of Glimpse? Someone else noticed this behavior?

Thx

reinhard
  • 818
  • 1
  • 10
  • 24
  • What version of Glimpse are you using? The newest version (RC1) should not have this behavior. – nikmd23 Jan 04 '13 at 15:09
  • I installed it in VS 2012 from nuget with install-package glimpse.mvc3 and got V 0.87 How could I nuget RC1 ? – reinhard Jan 05 '13 at 10:30
  • Just `install-package glimpse.mvc -pre`. – nikmd23 Jan 07 '13 at 21:05
  • Note: [Glimpse.Mvc4](https://nuget.org/packages/Glimpse.Mvc4/) is now out and does not have this issue. – nikmd23 Mar 22 '13 at 20:07
  • Well, I'm running Glimpse.Mvc4 1.5.2 now and I see the same problem. When I'm rendering a partial view the page doesn't finish loading. If I run the exact same Razor code right in the page, it runs fine. :( – Mads Laumann Jan 04 '14 at 23:33

0 Answers0