更新:2007 年 11 月

错误消息

代码页“codepage”无效或未安装

传递给 /codepage 编译器选项的值无效。

下面的示例生成 CS2016:

 复制代码
// CS2016.cs
// compile with: /codepage:x
// CS2016 expected
class MyClass
{
   public static void Main()
   {
   }
}