WineMonk / WineMonk.github.io

blog
1 stars 0 forks source link

System.OverflowException: 数组维度超过了支持的范围。 | WineMonk #194

Open WineMonk opened 1 year ago

WineMonk commented 1 year ago

https://shaoshao.net.cn/2023/09/26/20230926161047912/

System.OverflowException: 数组维度超过了支持的范围。Code: 12345678910111213FileStream fs = File.OpenRead(file);byte[] buffer = new byte[fs.Length];fs.Read(buffer, 0, buffer.Length);string tempfile = file.Substring