Hi,
I am Shrikant Kinhikar, trying to provide first solution for your problems.
Let me start from myself. I face the problem in Sharepoint.
Problem: I Need to Start Workflow but error occur that "the form cannot be displayed because session state is not available. sharepoint workflow".
First Solution: open the web.config file for the site, search for the word "SessionStateModule" and uncomment that line.
i.e: <!-- <add name="Session" type="System.Web.SessionState.SessionStateModule"/> -->
it should be:
<add name="Session" type="System.Web.SessionState.SessionStateModule"/>>
--------------------------------------------------------------------------------------
No comments:
Post a Comment