When calling BuildFile:
var pdf = new ViewAsPdf("ModelName", model);
var fileBytes = pdf.BuildFile(this.ControllerContext);
It won't advance, just stays there, there's no timeout exception or any error and the request on google chrome just keep saying Pending and it never ends i just left it for 2 hours, still on status Pending.
First time using this tool, any suggestions are appreciated.