Posts

Showing posts from March 31, 2013

SharePoint 2010 Packaging Master Pages and Page Layouts with Visual Studio 2010

Packaging Master Pages and Page Layouts with Visual Studio 2010 Deploying a custom master page in SharePoint 2010  

SharePoint 2010 Chart Web Part Issue with Service State

Error : Microsoft SharePoint Server State Service could not find a state service application bound to the default state service application proxy "state service" associated with the current web application. Or Unable to Render Chart Web part: Solution : It works for me 1. Remove "State Service" and also "State Service Proxy" along with associated data from Central Administration 2. Open SharePoint Power Shell run following commands:    $serviceApp = New-SPStateServiceApplication -Name "<StateServiceName>" New-SPStateServiceDatabase -Name "<StateServiceDatabase>" -ServiceApplication $serviceApp New-SPStateServiceApplicationProxy -Name "<ApplicationProxyName>" -ServiceApplication $serviceApp -DefaultProxyGroup 3. Enable Session State , run following command: Enable-SPSessionStateService –DefaultProvision 4. Modify the web config of that specific web application <pages enableSessionState

SharePoint 2007 workflow session state is not available

http://sharepointpolice.com/blog/2010/04/30/%E2%80%9Cthe-form-cannot-be-displayed-because-session-state-is-not-available%E2%80%9D-in-sharepoint/