miniprofiler Questions
4
Solved
Just upgraded a web project to .NET 6.0. Project compiles but when I run the site I get the following error:
InvalidOperationException: Cannot find compilation library location
for package 'System...
Topliffe asked 5/12, 2021 at 16:57
1
Solved
I've added the following code to my asp.net core .net 5 app that works with entity framework. In startup.cs I have:
services.AddMiniProfiler(options =>
{
options.PopupRenderPosition = StackExc...
Mordant asked 19/12, 2020 at 14:52
1
Solved
I've hooked up Miniprofiler to my local ASP.NET Core project and it works as expected. Now I need it to work in a hosted environment where there are multiple instances of the same website and there...
Conditioner asked 22/8, 2019 at 20:59
1
Solved
I am trying to use the stack exchange MiniProfiler in my asp MVC project, but getting a really annoying error message in my view, where I am calling
@using StackExchange.Profiling
and
@MiniProf...
Smarm asked 8/10, 2017 at 9:47
2
Solved
Recently I was trying to profile ASP MVC methods called with AngularJS $http service and I noticed that MiniProfiler does not update the data as it does for AJAX calls from JQuery, for example.
Is...
Dionysiac asked 28/4, 2015 at 14:19
1
Solved
I have a C# webserver which I have been profiling using the StackOverflow miniprofiler. Because it's not an ASP.NET server, but each request was typically executed on its own thread, I rigged the m...
Cowshed asked 22/4, 2015 at 19:10
1
© 2022 - 2024 — McMap. All rights reserved.