Baca dalam bahasa Inggris

Bagikan melalui


Compiler Error CS2016

Halaman kode 'codepage' tidak valid atau tidak diinstal

Opsi compiler CodePage melewati nilai yang tidak valid.

Sampel berikut menghasilkan CS2016:

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