刚学!希望能得到大家的指点!谢谢
为什么按照教程里面的WELCOME那个程序不能编译?老是有错误!
usring system
class Welcome
{
static viod Mail(){
Console.WriteLine("your name:");
Console.ReadLine();
Console.WriteLine("welcome");
}
}
出现下面这个错误:
--------------------------- Error --------------------------- Cannot run project unless a host application is defined. Use the Run|Parameters... dialog box. ---------------------------
[此贴子已经被作者于2004-07-21 19:14:57编辑过]