SchedulerDataContext can't be find

Hi !

I am using the evaluation set of Schedulaer for ASP Web Forms on Visual Studio 2012.

I followed each and every 9 steps on the website, but I get a problem when I try to instantiate a new ShedulerDataContext().

They are asking me if a using directive is missing, but I have to same as the example…

Thanks :smiley:

Hi,
if you mean this tutorial blog.scheduler-net.com/post/simp … p-net.aspx
The 6th step describes creation of LinqToSql context class, SchedulerDataContext refers the context created in that step

Thanks, this issue is resolved.