London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Glimpse and EPiServer.Find module

Vote:
 

Hi,

 

Is there any known workaround for Glimpse and EPiServer Find module to work together?

 

Unable to cast object of type 'StackExchange.Profiling.MVCHelpers.WrappedView' to type 'System.Web.Mvc.WebFormView'.

ASP.episerverfindembeddedresources_episerver_find_framework_dll_episerver_find_framework_ui_views_shared_index_master.__Render__control6(HtmlTextWriter __w, Control parameterContainer) in C:\Projects\Kolumbus\Main\Kolumbus.Web\EPiServerFindEmbeddedResources\EPiServer.Find.Framework.dll\EPiServer.Find.Framework.UI.Views.Shared.Index.Master:29


We are overridding ViewEngines to add additional diagnostics to performance and steps executed.
var copy = ViewEngines.Engines.ToList();
ViewEngines.Engines.Clear();
foreach (var item in copy)
{
    ViewEngines.Engines.Add(new ProfilingViewEngine(item));
}
    
#74002
Aug 16, 2013 13:12
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.