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

Receiving the following error: sds:SessionDataSource designer file failed Unknown Server Tag

3 Answers 142 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 28 May 2009, 06:15 PM
Hi,

I tried loading the SessionDataSource.cs to my app_code folder but still receive the error:

Generation of designer file failed: Unknown server tag sds:SessionDataSource.  I'm able to compile fine.  However this doesn't work.

Please help.
Thanks,

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 29 May 2009, 07:21 AM
Hello Joe,

SessionDataSource is provide for the sake of our online demos. Please use SqlDataSource in your real applications.

Regards,
Albert
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Daniel Aquere
Top achievements
Rank 2
answered on 05 Apr 2016, 10:36 PM

Hi Atanas,

I´m trying to use this sample:

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

But, only changing "sds:SessionDataSource" by "asp:SqlDataSource" doesnt works.

Please, how can I do this?

Thanks, Daniel

0
Nencho
Telerik team
answered on 08 Apr 2016, 12:51 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
Joe
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Daniel Aquere
Top achievements
Rank 2
Nencho
Telerik team
Share this question
or