Dai
Dai
Update: Sometimes the `aspnet_compiler.exe` complains even if all the relevant constructors are `public` instead of `protected` - my workaround for that situation (if moving the files around the filesystem doesn't...
I remember this issue (or a similar `aspnet_compiler` error message) being worse when I was using UserControls in `.aspx`/`.ascx` files using the `` syntax (with and without the UserControl being...
I've added details in commit 7daeed9de745489fd0439233dba67f27e8b57eb7 to help see what's going on. In short, _something_ during processing of the first incoming HTTP request is disposing of the `ServiceProviderEngine` before the...
I got a good repro last-night from a production site that had a lot of users connected over SignalR. It seems the problem is ASP.NET reuses the same `IServiceProvider` somehow...
You haven't provided sufficient troubleshooting detail in your post. Please post the full stack-trace, including that of any `InnerException`.
Thank you for the PR and I apologize for not reviewing it first as I've already fixed it in my own branches and published the updated packages as version `5.0.0-beta01`...
The static `HttpContext.Current` property returns `null` when the calling-thread is not the same thread that was associated with the current HTTP request/response, because `HttpContext.Current` uses thread-local storage. As you can...
@jrmoreno1 any update? Thanks!
Sure - I'll leave this issue open until you're able to find out more information. Though my money is on something in your project's code that causes an async continuation...
@jrmoreno1 Boop?