SamSaffron / MiniProfiler

A simple but effective mini-profiler for ASP.NET MVC, ASP.NET and Ruby.
http://miniprofiler.com
1.05k stars 221 forks source link

Fixes bug in ProfilingViewEngine #198

Closed rameel closed 7 years ago

rameel commented 10 years ago

Should be passed wrapped IView, rather than wrapper to avoid InvalidCastException:

System.InvalidCastException: Unable to cast object of type 'StackExchange.Profiling.MVCHelpers.WrappedView' to type 'WebViewImpl'.

dixon commented 10 years ago

We have moved this project to https://github.com/MiniProfiler/dotnet - would you please make your changes there? Thank you!