This is a migrated thread and some comments may be shown as answers.

Schedular Senario bug.

3 Answers 53 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Norsten
Top achievements
Rank 1
Norsten asked on 24 Aug 2010, 04:18 PM

Hi, I get the following errors when I attempt to do the following...  (using hotfix build 2010.2.817.40)

1. Create a new RadControls Web Application  (accepting all default values)
2. Add a Scheduler Senario using based on 'Custom Edit Templates' (accepting all default values)
3. some unhandled exception errors appear on the 'RadSchedulerWebForm' (for RadScriptManager1 & RadScheduler1)
4. build project build and close the form (this clears those messages)
4. opening the 'RadSchedulerWebForm' again shows the following error messages ...   
 
Error Creating control - RadScriptManager1 - Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the application configuration.

Error Creating Control -
RadAjaxManager1 - Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the application configuration.

Error Creating Control -
RadScheduler1 - Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the application configuration.



3 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 26 Aug 2010, 02:56 PM
Hello Norsten,

This scenario requires enabled SessionState in order to work. You should remove the following in your web.config file:

<sessionState mode="Off"/>

Hope this helps.

Regards,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Sammy
Top achievements
Rank 1
answered on 18 Jan 2011, 08:43 PM
I am having the same problem with VS 2010.  enableSessionState is not in the web config and i cannot set

<

 

 

enableSessionState mode="on"/>

 

0
Veronica
Telerik team
answered on 24 Jan 2011, 10:19 AM
Hello Richard,

With what version of the RadControls this issue appears? Have you tried with latest version?

Also please note that in this scenario - SessionDataSource is used.
You can replace it with any other binding (XmlProvider, SqlDataSource, etc.) and check whether the error still appears. Please take a look at our demos under "Populating with Data" to see examples of different bindings.

Please let me know how it goes.

Best Regards,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
Norsten
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Sammy
Top achievements
Rank 1
Share this question
or