Rotativa PDF generation working locally but not on IIS 7

后端 未结 7 1093
难免孤独
难免孤独 2020-12-29 04:02

I have an ASP.NET MVC 5 application. It has a simple form and when the user submits it, the form is stored in the cache and then another controller action is called, this ac

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-29 04:13

    This error is a missing C++ redistributable Package for Visual Studio 2013 file called (MSVCP120.dll).

    To solve the issue:

    1. Open the C++ redistributable Package for Visual Studio 2013 downloadable link below: download Visual C++ Redistributable Packages for Visual Studio 2013

    2. Click Download and choose the file (vcredist_x86.exe) even if you are running X64 bit server version.

    3. Install the file.

    Check Jalal W Hijazi Blog http://jwhijazi.blogspot.com/2015/05/solving-rotativa-unhandled-exception.html for more details.

提交回复
热议问题