nc1vr

Results 12 comments of nc1vr

I need to debug the codes of my proprietary project (not PDFium) working with acrofields, that's why I need PDFium debug .dll with .lib. and cannot use Release binaries to...

Thanks, I'll test that build.

The exception throws on a line with "**config.EnableDependencyInjection();**", see also attachment aspnet_7.5.15_error.zip [aspnet_7.5.15_error.zip](https://github.com/OData/WebApi/files/8846124/aspnet_7.5.15_error.zip) Here is a fragment of WebApiConfig.cs: public static class WebApiConfig { public static void Register(HttpConfiguration config) {...

That's a copy of .csproj file: [cloudtest.zip](https://github.com/OData/WebApi/files/8846880/cloudtest.zip)

Thanks for mentioning Microsoft.AspNet.WebApi.OData, it was a leftover from the previous OData version and we removed it, as well as Microsoft.AspNet.OData [7.5.14] constraint. Here is updated .csproj file with 7.5.15,...

It's weird, really Micorsoft.OData.Core 7.11.0 is not listed on nuget.org (the latest one is 7.10.0), but VS 2022 shows Micorsoft.OData.Core latest stable is 7.11.0. Besides the compilation and a project...

It's interesting, 7.11.0 marked as deprecated but VS 2022 shows it as latest stable. Thanks for info, we'll downgrade back to 7.10.0.

Yes, 7.5.16 didn't resolve an issue, the same problem is here, both versions 7.5.15 and 7.5.16 crash the project.

Update to 7.6.1 fixed that long lasting issue, project runs normally and no error "Method not found: 'System.IServiceProvider..." anymore. Thanks to everyone for this release.

Launch authority.cmd, click red icon on top "new server SSL certificate", enter new hostname keeping marked checkbox "serve https with this certificate", click button ok. The dialog will show up...