We have the following shared component:
public class OurServiceBase : System.ServiceProcess.ServiceBase
This class has functionality we wan
Here's another possible solution:
Under the project properties under build, my platform target was set to x64. I updated this to "Any CPU", rebuilt my project and the designers opened fine.
This explains it better: Visual studio designer in x64 doesn't work