刘政道 - 应用程序框架

《31天学会CRM项目开发(C#编程入门及项目实战)》作者,IT经理,程序员
  博客园  :: 新随笔  :: 联系 :: 管理

The class Form1 can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again.

原 因,我在Form1.class中多加了一个class,且放在了public partial class Form1 : Form之前。

解 决方法,将那个class放在public partial class Form1 : Form之后。