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