用sdk编译c#写的程序出错,哪里的问题啊?
error CS2001:未能找到源文件“first.cs”
fatal error CS2008:未指定输入
什么原因啊?D:\visualstdio2005中文版\SDK\v2.0文件夹下建立了一个名为first.cs的文本文档。
using System;
namespace myfirst
{class myfirstc#example
{static viod main()
{
Console.Writeline("this is my first c# programe");
return;}}
}
用sdk运行:csc first.cs就出现上述问题了,还要指定路径吗?