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

got a error after uploading schedular

5 Answers 122 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
rajesh
Top achievements
Rank 2
rajesh asked on 11 Dec 2007, 03:09 PM
hi,
    i am using the prometheus schedular in my web application.after uploading the application i m trying to run the application but i m getting the error shown below.how can i parse the session datasource.can anyone plz help me inthis regard.


Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Unknown server tag 'sds:SessionDataSource'.

and

Source Error:

Line 232:    
Line 233:            
Line 234:<sds:SessionDataSource ID="AppointmentsDataSource" runat="server" DisplayWarning="false"
Line 235:PrimaryKeyFields="ID" ProviderName="System.Data.SqlClient" ConnectionString="<%$ ConnectionStrings:RadSchedulerConnectionString %>"
Line 236:SelectCommand="SELECT * FROM [Appointments]" InsertCommand="INSERT INTO [Appointments] ([Subject], [Start], [End], [RoomID], [UserID], [RecurrenceRule], [RecurrenceParentID]) VALUES (@Subject, @Start, @End , @RoomID, @UserID, @RecurrenceRule, @RecurrenceParentID)"

Syna-G team

5 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 12 Dec 2007, 04:37 PM
Hi rajesh,

Have you included the SessionDataSource.cs class in the App_Code folder of you project? You can find this file in the Live Demo examples provided with your local installation of Telerik.Web.UI (see the attached screenshot).


Best wishes,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
jim kerry
Top achievements
Rank 1
answered on 21 Jan 2010, 02:52 PM
This solution works in local use.
But while publishing the source and host to IIS the same error fires at server.


Please help
0
Daniel Aquere
Top achievements
Rank 2
answered on 05 Apr 2016, 10:46 PM

Hi everyone,

I have the same problem, this error message appears: "Unknown server tag sds:SessionDataSource"

The file SessionDataSource.cs is in folder App_Data.

Please, what´s happing?

Thanks, Daniel

0
Daniel Aquere
Top achievements
Rank 2
answered on 05 Apr 2016, 10:50 PM

sorry... in time...

I´m trying to isolate this sample:

http://demos.telerik.com/aspnet-ajax/gantt/examples/functionality/resources/defaultcs.aspx

Thanks, Daniel

0
Nencho
Telerik team
answered on 08 Apr 2016, 12:42 PM
Hello Daniel,

Simply replace the SessionDataSource with asp:SqlDataSource and remove the DisplayWarning="false"   and PrimaryKeyFields="ID" properties, in order to get the demo locally runnable.

Hope this would help.

Regards,
Nencho
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Scheduler
Asked by
rajesh
Top achievements
Rank 2
Answers by
Peter
Telerik team
jim kerry
Top achievements
Rank 1
Daniel Aquere
Top achievements
Rank 2
Nencho
Telerik team
Share this question
or