Hi, I have a solution which includes the CMS site and MVC site. I have followed the instructions to install the Microsoft.Web.RedisSessionStateProvider package:
However, the package won't install on .NET 4.6.1 as set up by the Kentico installer, so I've updated the MVC site to .NET 4.7.2 and installed Microsoft.Web.RedisSessionStateProvider to the MVC project.
The MVC project compiles and runs fine. However in spite of the fact I have not installed the package on the CMS site, and although the CMS site still builds, it won't run, and gives this error:
Server Error in '/CMS' Application.
Could not load file or assembly 'Microsoft.AspNet.SessionState.SessionStateModule, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.AspNet.SessionState.SessionStateModule, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Am I missing something? I followed the instructions. I can find no reference to Microsoft.AspNet.SessionState.SessionStateModule in the CMS site at all, so am slightly mystified why this is happening..any help would be much appreciated.
I have deleted everything in the packages folder and refreshed them, but the error persists.