Hello everyone,
I am trying to create navigation using Syncfusion controls.
I added MenuAdv and inside of it I added DropDownMenuGroup, but it doesn't build the project and the error message says:
"Error CS0234 The type or namespace name 'Windows' does not exist in the namespace '
MyProject
.Syncfusion' (are you missing an assembly reference?) MyProject.Syncfusion.WPF"
I referenced the namespace using this line: xmlns:syncfusion="http://schemas.syncfusion.com/wpf", but I still get the error. Designer renders the window, but the project doesn't build. I created the project from Installed location not from NuGet.
What am I suppose to do to make this work?
Thanks in advance.