Line 27: @{Html.Syncfusion().Splitter("MySplitter").Height(400).Width(900).Orientation(SplitterOrientation.Horizontal)
Line 28: .SplitterPanes(panes1 =>
Line 29: {
I've already tried adding the following lines to both web.configs
<
add
namespace="Syncfusion.Mvc.Shared" />
<
add
namespace="Syncfusion.Mvc.Tools" />
But the error simply changes to
The type or namespace name 'Mvc' does not exist in the namespace 'Syncfusion'
I know i'm missing an assembly but not sure which one and how to add it to the project.
Can you assist ?