The designer could not be shown for this file because none of the classes within it can be designed

后端 未结 11 2517
一个人的身影
一个人的身影 2020-12-09 14:53

We have the following shared component:

public class OurServiceBase : System.ServiceProcess.ServiceBase

This class has functionality we wan

11条回答
  •  感情败类
    2020-12-09 15:01

    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

提交回复
热议问题