Replies: 1 comment
-
.NET arrays are limited to 2GB in size so that's not possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I was wondering how you use the DataReaderFactory to create a new Embedded Resource for a file that is larger than 2GB? (An executable or .DLL in this case)
With smaller files I’m able to use File.ReadAllBytes, how can I set it up for this use case ?
Beta Was this translation helpful? Give feedback.
All reactions