I have following issue:
Error 1 Cannot set Name attribute value 'Border' on element 'Border'. 'Border' is under the scope of element 'BorderedGrid', which already had a name registered when it was defined in another scope. Line 130 Position 11. D:\Programmieren\WPF-Development\Projekte\WindowsWorkStation\WindowsWorkStation\MainWindow.xaml 130 11 WindowsWorkStation
I've implemented a UserControl with a contentatribute. The Content of the UserControl (hosted in an application)is a grid with a menue in them.
The Name Boder occured inside a ControlTemplate for a MenueItem.
Does anybody know what this could mean??