"Session state has been disabled for ASP.NET. The Report Viewer control requires that session state be enabled in local mode."
Quick Fix
- Run the following command in
- Enable-SPSessionStateService –Defaultprovision
- Open the web.config file, search for enableSessionState
- Update the value of enableSessionState from false to true