Link to home
Start Free TrialLog in
Avatar of rrhandle8
rrhandle8Flag for United States of America

asked on

DLL not handled in user code

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:
ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rrhandle8

ASKER

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?
Why did you point out the free trial as the issue?
Evaluation period has expired
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!