Hello I am getting this message:
An unhandled exception of type 'System.StackOverflowException' occurred in test.exe
when declaring an array of strings of size 1000000. When I use the same code and make the array 10000, it works fine. Any ideas on what I can do to fix it?
An unhandled exception of type 'System.StackOverflowException' occurred in test.exe
when declaring an array of strings of size 1000000. When I use the same code and make the array 10000, it works fine. Any ideas on what I can do to fix it?