Hi I am trying to go through the tutorial for the Scheduler for ASP.NET (Not the MVC one). When I build the project it says I’m needing to reference System.Web.Mvc (?..I think…I know it’s wanting to reference the Mvc library). If this tutorial was for just ASP.NET (I’m building on ASP.NET 3.5, VS 2008), why is it wanting a using statement for MVC? What am I doing wrong?
Hello,
scheduler for .Net is mostly designed for Mvc, so some of it’s components use mvc-specific classes. They won’t be used in asp.net application, but mvc is still needed.
You need to add reference to MVC 2.0(or abowe) in order to use assembly in your project
Thanks for reply.
i want to develop the same application as Room Booking dhtmlx.com/blog/?p=1291
but here it is in MVC.
Scheduler .NET also contains all code in MVC.
Can please give me a link for Scheduler for ASP.NET sample??
Hi,
I’m afraid we don’t have ready sample for asp.net.
But you still can try following mvc tutorial, the most of the steps will be the same.
The main difference is that you’ll have to use Web Forms or Generic Handlers instead of controllers actions, to handle requests.
And i’m not sure if visual studio generates ready classes for authorization, when you create not-mvc web application. but you may take it from new mvc project, and with minor modifications it should work for asp.net as well
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan