nate
nate
When are the non-beta `5.0.0` packages being published? The WebApi `v5.0.0-beta2` package fixed my issue, I opted to use the following method and it worked for me (v4 previously didn't...
We received this exception when running an `asmx` `WebService` with constructor injection. ``` System.MissingMethodException: No parameterless constructor defined for this object. at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached,...
A minimal reproduction can be found at https://github.com/nathanrobb/AspNetDependencyInjectionWebServiceExample Adding this project https://github.com/nathanrobb/AspNetDependencyInjectionWebServiceExample/commit/e33a532f63db9683002e2a7186db74a636da0326 This repo has a working `WebForm` page with constructor DI reachabe at: https://github.com/nathanrobb/AspNetDependencyInjectionWebServiceExample/blob/main/Example/TestPage.aspx.cs http://localhost:56145/TestPage.aspx And a currently working...