I have downloaded the MDI Library from the following link
https://wpfmdi.codeplex.com/ and then it placed it in bin folder of WPF project and write the
xmlns:mdi="clr-namespace:WPF.MDI;assembly=WPF.MDI"
in xaml.cs but when i write
<mdi:MdiContainer></mdi:MdiContainer>
I faced the error
the mdiContainer doesnot exists in current namespace xmlns:mdi="clr-namespace:WPF.MDI;assembly=WPF.MDI
Can anyone tell me what is the exact problem?