Hi,
I have referred getting started to Gantt Chart. I followed every step and just copied and pasted whole code but its showing me error to this assembly:
<add assembly="Syncfusion.EJ2,Version=16.4400.0.40, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
and if i comment this assembly i get result as:
Syncfusion.EJ2.Gantt.GanttBuilder .TaskFields(ts => ts.Id("TaskId").Name("TaskName").StartDate("StartDate").EndDate("EndDate").Duration("Duration").Progress("Progress") .Child("SubTasks")).Render()
i have installed Syncfusion ASP .NET MVC5 UI Controls through nuget package
unable to proceed further.
please guide me