Using datatables.dll with an AspNetCore website

Using datatables.dll with an AspNetCore website

sophtwaresophtware Posts: 1Questions: 1Answers: 0

AspNetCore apps don't use System.Web. This is causing a problem with using HttpRequest objects in the Editor.Process method. How can I get around this?

I have the Datatables source project and had to include it in my solution since AspNetCore apps will only use references that are gotten from NuGet or from a project in your solution.

Answers

  • allanallan Posts: 63,871Questions: 1Answers: 10,525 Site admin

    Hi,

    Thanks for your message. I've replied to your e-mail message as well, but for anyone else who finds this conversation rather than the others that discuss this, the Editor .NET libraries make use of DbFactoryProvider which is not yet available in .NET Core. As such the Editor .NET libraries will not work on .NET Core, as noted on the download page.

    As soon as that is available in .NET Core I'll be supporting Editor with it.

    Regards,
    Allan

This discussion has been closed.