> The following information can be helpful to determine why the assembly 'DayPilot, Version=7.7.3086.1, Culture=neutral, PublicKeyToken=426941954f05e7fe' could not be loaded.
Try to remove the reference to DayPilot.dll and add it again.
> Two other issues I've just noticed:
This signature is copied from the latest release (8.1.3460) and it should work fine.
using DayPilot.Web.Ui.Events.Scheduler;
// ...
protected void DayPilotScheduler1_EventDelete(object sender, EventDeleteEventArgs e)
{
string id = e.Id;
}
The full name of this class is DayPilot.Web.Ui.Events.Scheduler.EventDeleteEventArgs.
Also, try using e.Id instead of e.Value.