SessionStoreProvider not found
You may get following error message when using Session Store Provider.
Error: Could not load type 'Alachisoft.NCache.Web.SessionState.NSessionStoreProvider'.
Workaround
Please make sure the following also exists in your web.config:
For Enterprise and Professional Editions:-
<assemblies>
<add assembly="Alachisoft.NCache.SessionStoreProvider, Version=x.x.x.x, Culture=neutral, PublicKeyToken=CFF5926ED6A53769"/>
</assemblies>
For Open Source Edition:-
<assemblies>
<add assembly="Alachisoft.NCache.SessionStoreProvider, Version=x.x.x.x, Culture=neutral, PublicKeyToken=1448e8d1123e9096"/>
</assemblies>
|
Replace version “x.x.x.x” with the actual NCache version that you have.
|
See Also