菜单 Build-Clean Solution 然后重新编译一下。如果还不行,断点设置到 Application.Run(new Login()); 行,启动调试器,step into方式步进看它怎么运行。
program 中你看看是不是在main方法下面,还有最好只写一个 Application.Run()方法,重新生成一下,按理说不可能执行错,如果还不对把你main方法发上来我看看。
看看你的代码呀