VS2010: How to avoid Windows Forms designer problems when working with inherited user controls?
Problem: The Windows Forms designer does not work for an inherited user control when the base class is implementing an interface from another assembly. Platform: VS 2010 SP1, .NET 4.0 Framework Error: The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: MyControl --- The base class 'MyBaseControlLib.MyBaseControl' could not be loaded. Ensure the assembly has been referenced and that all projects have been built. at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader