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));
}
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'.