Apparently, when a form/user control is inheriting from an abstract class it cannot be open for view in the designer. Haven't really looked up how and why this happens and why is it so hard for the designer to handle this kind of situation. What I did found is a nice work-around for the problem. Actually it's very simple, just go to the abstract class definition and modify it to look something like that....
[More]