Problem running Scheduler ASP.NET

I am trying to run the ASP.NET of DHTMLX Scheduler, but not even the samples are running him.


I am using Visual Studio 2015 RC.

Hello,
In this sample, Default.aspx.cs contains a definition of _Default class which instance is used as ‘this’ on the page. It also defines a ‘Scheduler’ property which is highlighted on your screenshot.

Sample seems working correctly if the sample is opened as a project (SchedulerNetAsp.csproj file) in Visual Studio 2013 Express for web and then built.
Do you open it in some other way? Or maybe you have modified an Default.aspx.cs file so it either does not contain a related property definition or can’t be compiled.

Btw, have you tried running the project in stable version of a Visual Studio? Does the issue happens only in VS2015 RC?

Actually, I used VS13(In this time, everything was ok), but after formatting my PC,i installed 2015RC, now going back to 2013 i can’t run the scheduler

I realized that for some reason, i can’t run DHTMLX.dll

What kind of error appear when you are trying to use DHTMLX.dll?