I'm trying to set up a docking manager in my program. but an error is occurring when I try to add a child on the docking manager
<syncfusion:DockingManager MaximizeButtonEnabled="True" MinimizeButtonEnabled="True">
<ContentControl syncfusion:DockingManager.Header="Solution Explorer" syncfusion:DockingManager.CanMinimize="False" />
</syncfusion:DockingManager>
the error prompted is

I can run and build the program and it works perfectly. But the designer is not working in vscode
Thanks in advance for your help.