I encountered this error while writing a sample app. The namespace reference was:
xmlns:local=”clr-namespace:ListviewTick;assembly=ListviewTick”
Everything looked 100% and I could not figure out why the compiler was complaining.
After some googling, I found out that you can remove “;assembly=ListviewTick”, and it was happy.
Advertisement

0 Responses to “WPF : The type reference cannot find a public type named ……”