当我在本地运行代码时,我可以通过Rotativa获取PDF,但是如果我在线进行操作,则会抛出错误。
我尝试在计算机上同时添加msvcp120.dll
,msvcr120.dll
服务器端和本地端。
这就是我获取pdf的方式:
var model = new GrievanceDetailsReportModel()
{
getGrievanceDetailsReport = list
};
return new Rotativa.ViewAsPdf("DetailsReportPdf", model)
{
FileName = "DetailsReport.pdf",
};
错误提示:
处理您的请求时出错。