Can someone make sense out of this?
Trying to get this scheduling app installed from scheduler-net.com. Their support is next to non-existent. Either I figure it out myself, or I move on looking for a different application.
System.Exception was unhandled by user code
HResult=-2146233088
Message=Evaluation period has expired
Source=DHTMLX
StackTrace:
at DHTMLX.Scheduler.DHXScheduler..ctor()
at EventsCalendar.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
InnerException:
I just downloaded the trial a few days ago. Got a few weeks on the free trial. Why did you point out the free trial as the issue?
kaufmed
Why did you point out the free trial as the issue?
Evaluation period has expired
rrhandle8
ASKER
Sheesh! I did not see that. Thank you both for pointing this out. Just another error with their app. I worked my way past this by removing the DLL's from the bin folder, then compiling it again. Got some other errors with their samples, so I pieced together my own page. It is now compiling without any errors, but there are errors with the functionality.
Anyways, thank you both for being a second pair of eyes!