0

I am using Redis Azure cache for session, but when deployed in Azure I receive the following error, Could not load type 'Microsoft.Web.Redis.RedisSessionStateProvider'

I had tried many times by uninstalling and re-installing the packages and modifying the webconfig but yet the same issue.

Any help is appreciated..

juvchan
  • 6,113
  • 2
  • 22
  • 35
Viji
  • 1
  • 3
  • Does it work on local host? Is this being used by a ASP.NET web app? Are your code in C#? You can be more specific. – juvchan Mar 12 '16 at 21:47
  • Yes the code is in c# and the application is deployed as a web role in Azure. It doesn't works in local host though. The issue seems to be a open issue in RedisSessionStateProvider and hence any solution would be a great help.. – Viji Mar 13 '16 at 10:04
  • Thanks for the input. Are you able to provide the link on the open issue you mentioned about in RedisSessionStateProvider? – juvchan Mar 13 '16 at 10:45
  • Thank you for replying back. The link : https://recordnotfound.com/aspnet-redis-providers-Azure-42841 – Viji Mar 13 '16 at 14:02
  • Thanks for sharing the link. – juvchan Mar 13 '16 at 14:03
  • The issue seems to be open in a GitHub forum and not sure whether its has any solution elsewhere.. Awaiting for the solution to this.. – Viji Mar 13 '16 at 23:50
  • Has anyone has any solution for this issue? – Viji Mar 23 '16 at 10:32
  • https://github.com/Azure/aspnet-redis-providers/issues/15 (please provide details here) Please send complete stack trace along with details about what version of VS you are using with which kind of ASP.NET project and what version of .NET you are using. If you can provide reproducible app that would be much helpful to debug and fix issue. – Siddharth Chatrola Apr 05 '16 at 20:21

0 Answers0