1

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?

Yuliam Chandra
  • 14,494
  • 12
  • 52
  • 67

1 Answers1

0

First download the solution for the WPF Multiple Document Interface (MDI) from CodePlex then build that solution and copy the output WPF.MDI.dll from the Debug folder which is inside the bin folder then reference it in your project instead of the library you downloaded first from CodePlex and it will work out. At least it worked for me :)