error when trying sample

after coping the files, openning with visual studio 2012, rebuilding the following error appears

It is an error to use a section registered as allowDefinition=‘MachineToApplication’ beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

What is the cause and how to solve it?

There are several possible reasons of the error

The error happens if you put a ASP.NET project in a virtual directory, without configuring a virtual directory as an application

forums.iis.net/t/1148147.aspx?It … ion+level+
microsoft.com/technet/prodte … x?mfr=true

Also, seems like the error can happen due to some service files that are generated during the compilation of the project. Try doing ‘BUILD -> Clean solution’ or manually deleting the ‘obj’ folder before deploying the app
sellsbrothers.com/posts/details/12673

Hello,

we are now trying to test your sample but there is a problem.

I downloaded from your site scheduler-net.com/download.aspx Scheduler .NET a week ago and the evaluation is promised to be valid for atleast 30 days.

Now I’m trying to resolve the error of allowDefinition=‘MachineToApplication’ beyond application level, but now an error applies here:

var scheduler = new DHXScheduler(this);—>Evaluation period has expired

Now this is downloaded directly from dhtmlx site and I’m not using NUGet or any type of package.

What should I do?

Hi,
if you’ve downloaded the Trial package - it shouldn’t throw such error,
If you mean one of other downloadables - try update the dhtmlxScheduler.NET package from the NuGet. You’ll need to restore them in packaga manager screencast.com/t/bvatrvUthAlj