Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invalid file section alignment number '#'
An invalid value was passed to the FileAlignment compiler option.
Example
The following sample generates CS2024:
// CS2024.cs
// compile with: /filealign:ex
// CS2024 expected
class MyClass
{
public static void Main()
{
}
}
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.