This topic has not yet been rated - Rate this topic

Compiler Error CS2024

Invalid file section alignment number '#'

An invalid value was passed to the /filealign compiler option.

The following sample generates CS2024:

// CS2024.cs
// compile with: /filealign:ex
// CS2024 expected
class MyClass
{
   public static void Main()
   {
   }
}
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ