Paul Nascimento
Top achievements
Rank 1
Paul Nascimento
asked on 29 Mar 2010, 06:28 PM
(Search forums: Done)
(Look through tutorials: Done)
(Browse online examples: Done)
(Look at giant tutorial PDF: Done)
Hi all.
I'm looking for a complete, stand alone, start to finish, example of how to implement the Scheduler, with multi-value resources. I've found lots of bits and pieces here and there in the examples and so forth that seem to always assume knowledge of yet other things, but nothing *complete* and *stand alone*.
Thanks a bunch for your patience!
Paul
(Look through tutorials: Done)
(Browse online examples: Done)
(Look at giant tutorial PDF: Done)
Hi all.
I'm looking for a complete, stand alone, start to finish, example of how to implement the Scheduler, with multi-value resources. I've found lots of bits and pieces here and there in the examples and so forth that seem to always assume knowledge of yet other things, but nothing *complete* and *stand alone*.
Thanks a bunch for your patience!
Paul
9 Answers, 1 is accepted
0
Hello Paul,
Please, find attached a complete, stand alone demo of RadScheduler with Multi-valued resource provider. Let me know if you have further questions.
Regards,
Peter
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.
Please, find attached a complete, stand alone demo of RadScheduler with Multi-valued resource provider. Let me know if you have further questions.
Regards,
Peter
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
Paul Nascimento
Top achievements
Rank 1
answered on 30 Mar 2010, 05:22 PM
Hi Peter,
Thanks for the quick reply. I took your code and put it into a new project. It compiled fine, but it's having a problem opening the DB connection. I don't use sqlexpress, maybe that's the problem?
In any case, if I could access that mysterious "*.mdf" data file and find out what the schema and data are, I could perhaps replicate that in my Sql Server database, which is what I wanted to do in the first place.
Thank!
Thanks for the quick reply. I took your code and put it into a new project. It compiled fine, but it's having a problem opening the DB connection. I don't use sqlexpress, maybe that's the problem?
In any case, if I could access that mysterious "*.mdf" data file and find out what the schema and data are, I could perhaps replicate that in my Sql Server database, which is what I wanted to do in the first place.
Thank!
0
Hi Paul,
In Visual Studio, if you double click the Telerik.mdf file, this will cause Server Explorer to automatically open a connection so you can view the tables.
Greetings,
Peter
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.
In Visual Studio, if you double click the Telerik.mdf file, this will cause Server Explorer to automatically open a connection so you can view the tables.
Greetings,
Peter
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
Paul Nascimento
Top achievements
Rank 1
answered on 01 Apr 2010, 08:58 PM
I tried that, it gives me a message about having to have SQL Server 2005 express installed. I'm doing this on my development machine at work, and don't want to install Express (there's a chance it will mess up my Sql 2008 installation - I've seen similar things happen before)
0
Hello Paul,
In this case attach the database to your SQL Server instance and change the connection string to point to your server instance.
I hope this helps.
Best wishes,
Tsvetomir Tsonev
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.
In this case attach the database to your SQL Server instance and change the connection string to point to your server instance.
I hope this helps.
Best wishes,
Tsvetomir Tsonev
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
Dan
Top achievements
Rank 2
answered on 15 Oct 2010, 05:38 PM
Hi,
I'm trying to load this demo and am getting the following error. Can you give me a hint as to what might be wrong?
Thanks!
Don
Server Error in '/multivaluedresourceprovider' Application.
Parser Error Message: Expecting non-empty string for 'providerInvariantName' parameter.
Source Error:
Source File: C:\Users\donharri\Desktop\multivaluedresourceprovider\web.config Line: 115
Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
And now this message if it helps to elucidate anything:
Server Error in '/multivaluedresourceprovider' Application.
Parser Error Message: Expecting non-empty string for 'providerInvariantName' parameter.
Source Error:
Source File: C:\Users\donharri\Desktop\multivaluedresourceprovider\web.config Line: 115
Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
I'm trying to load this demo and am getting the following error. Can you give me a hint as to what might be wrong?
Thanks!
Don
Server Error in '/multivaluedresourceprovider' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.Parser Error Message: Expecting non-empty string for 'providerInvariantName' parameter.
Source Error:
|
Source File: C:\Users\donharri\Desktop\multivaluedresourceprovider\web.config Line: 115
Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
And now this message if it helps to elucidate anything:
Server Error in '/multivaluedresourceprovider' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.Parser Error Message: Expecting non-empty string for 'providerInvariantName' parameter.
Source Error:
|
Source File: C:\Users\donharri\Desktop\multivaluedresourceprovider\web.config Line: 115
Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
0
Hello Don,
Please, try deleting '</appointmentProviders>' at Line 116 in your web.config file.
Kind regards,
Peter
the Telerik team
Please, try deleting '</appointmentProviders>' at Line 116 in your web.config file.
Kind regards,
Peter
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
Dan
Top achievements
Rank 2
answered on 22 Oct 2010, 02:36 PM
Ok, I tried that but as might be expected, the computer issues warnings because </appointmentProviders> is the end tag of <appointmentProviders>. So, on the off chance that you meant to remove the entire <appointmentProviders> section, I did so and received the following message:
Server Error in '/' Application.
Parser Error Message: An error occurred creating the configuration section handler for telerik.web.ui/radScheduler: Could not load file or assembly 'Telerik.Web.UI, PublicKeyToken='blahblahblahRemovedForSecurityPurposes' or one of its dependencies. The system cannot find the file specified.
Source Error:
Source File: C:\Programming\WebbApp\MyWebApp\web.config Line: 29
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Telerik.Web.UI, PublicKeyToken='blahblahblahRemovedForSecurityPurposes' could not be loaded.
Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
Thank you,
Don
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.Parser Error Message: An error occurred creating the configuration section handler for telerik.web.ui/radScheduler: Could not load file or assembly 'Telerik.Web.UI, PublicKeyToken='blahblahblahRemovedForSecurityPurposes' or one of its dependencies. The system cannot find the file specified.
Source Error:
|
Source File: C:\Programming\WebbApp\MyWebApp\web.config Line: 29
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Telerik.Web.UI, PublicKeyToken='blahblahblahRemovedForSecurityPurposes' could not be loaded.
|
Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
Thank you,
Don
0
Can you open a support ticket and send us your web.config file?
Kind regards,
Peter
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