RenderAsPdf failing in background service

206 views Asked by At

Im facing a similar issue as this: https://github.com/volkanceylan/Serenity/issues/2819#issuecomment-339887478

But the fix does not work with Asp.Net core version. Any clues?

1

There are 1 answers

2
minhhungit On

With .net core version you can use Dependency

!!! Add using Microsoft.AspNetCore.Http; on top

enter image description here