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.
The size of the file you are attempting to read into a byte array exceeds 4 GB. The My.Computer.FileSystem.ReadAllBytes
method cannot read a file that exceeds this size.
To correct this error
- Use a StreamReader to read the file. For more information, see Basics of .NET Framework File I/O and the File System (Visual Basic).
See also
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.