Trouble when trying to open WPF project in Expression-Blend 4, which was created in Visual Studio 2010
问题 I'm create my WPF project in VS 2010. After I finished my work with functional GUI, I wanted to edit template of my controls in Blend 4. But when I open project in Blend, in DesignMode, he tell me Invalid XAML In Result window he wrote: [ControlName] is not supported in a Windows Presentation Foundation (WPF) project Where [ControlName] is list of default controls, which I have used in my project (such as Window, DockPanel, etc.) What to do to avoid this issues and be able to edit WPF forms