Problem with dhtmlxScheduler in ASP.NET MVC

When I run dhtmlxScheduler in ASP.NET MVC project: http://www.dhtmlx.com/x/download/regular/tutorials/scheduler_aspnet_mvc.zip I see error:

Server Error in '/scheduler_aspnet_mvc' Application. The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /scheduler_aspnet_mvc/Views/Calendar/Index.aspx Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

At the same time I did it did not change.
Can tell me what to do? :neutral_face:

Which version of visual studio you are using?

Visual Studio 2010 Professional

Works correctly for VS2010 locally.
It seems that in your case some mapping issue occurs. Normally when you run project VS configure dev. server instance, to point to the root of application, so loading “myip:myport” will launch the application. In your case it seems to be placed in some sub-directory which may affect mapping.