File is too large to read into a byte array

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

See Also

Tasks

How to: Read Text from Files with a StreamReader (Visual Basic)

Reference

ReadAllBytes

StreamReader

Other Resources

File Access with Visual Basic