I develop on VS2010 WPF on Window 7. I have a project that does not throw any error or warning, compile fine, XAML design shows fine except I cannot click or select anyone controls in the XAML design view.
What is the reason, or how can I find out the problem or possible exception?
I have reproduced this behavior by putting an empty grid as the last child element of my “main”
Grid. In VS2010’s designer, I cannot select any of theButtons. Could this be your issue?