Could not load file or assembly 'Microsoft.ReportingServices.ProcessingObjectModel'

khaled ghoul 1 Reputation point
2020-11-17T07:57:00.973+00:00

Hi, I have a custom authentication in the reporting services 2019,

And i'm getting this error whenever trying to open a report :

An internal error has occurred on the report server. For more information, see the error log. (rsInternalError)
Could not load file or assembly 'Microsoft.ReportingServices.ProcessingObjectModel, Version = 2019.11.0.0, Culture = neutral,
PublicKeyToken = 89845dcd8080cc91' or one of its dependencies.
An API call was terminated abnormally. (Exception from HRESULT: 0x800300FA (STG_E_ABNORMALAPIEXIT))

PS : I guaranted Full Access to this folder :

C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\RSTempFiles

Any Help and Thanks.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,913 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Joyzhao-MSFT 15,576 Reputation points
    2020-11-18T07:47:13.11+00:00

    Hi @khaled ghoul ,
    This error message occurs when the process or configured impersonation account does not have permissions access to the ASP.NET temporary files folder. To avoid this issue, please try to specify the Read/Write permission for an account to "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files".
    Do you use IIS impersonation, if so, please refer to the following operations:

    1. In the features view, under the IIS sections double click on Authentication.
    2. Enable ASP.NET Impersonation
    3. Select ASP.NET Impersonation and select "Edit..." under the actions pane
    4. Select Authenticated user
      And verify whether your SSRS version is consistent with the "Version = 2019.11.0.0" in the error message, if not, try to update your SSRS.

    For more information about this issue, please see:
    http://social.technet.microsoft.com/Forums/en/sqlreportingservices/thread/1fdce664-ed55-483d-a249-6b84f0615e45
    Hope this helps.
    Regards,
    Joy


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.