I have built a simple application, doesn't do much, just reads from and saves to a simple text file, when i try to debug/run it, it takes too much time to load (14 seconds),just to draw a listview from the designer.cs, the controls are simply made, the listview is empty and has only 3 columns, my laptop is quite powerful (6700HQ i7).
中垂直对齐文字代码行是this.listView1 = new System.Windows.Forms.ListView();
,我的目标框架是4.5.2,目标cpu设置为“任何CPU”。