We have the following shared component:
public class OurServiceBase : System.ServiceProcess.ServiceBase
This class has functionality we wan
You may also run into this problem if your control/service is inheriting from a generic class. The designer doesn't get along well with abstract classes in the hierarchy, since it has to instantiate them.