Top "Designer" questions

a visualized UI creating tool (commonly windows forms creators)

WPF: VS2012 designer shows "The component 'XXX' does not have a resource identified by the URI YYY"

As the title suggests, this error is thrown by the designer, which means the designer can't display my UserControl correctly …

wpf visual-studio designer
Adding xamarin android controls to visual studio toolbox

I was working with Xamarin Visual studio and suddenly I just deleted some of the controls from Visual Studio toolbox …

c# android visual-studio xamarin designer
C# "Failed to parse method 'InitializeComponent'. The parser reported the following error 'Invalid symbol kind: NamedType'"

I have a project written by someone else with .NET framework 4 I have a problem with one of the forms (…

c# designer
Custom Designer for a Control

I've got a custom class which derives from SplitContainer: namespace Builder.Components { public partial class ProjectSidebar : SplitContainer { public ProjectSidebar() { InitializeComponent(); } } } …

c# winforms custom-controls designer