In my C# code, I need to include a matrix in size 13805*55223; which I believe is not that large.
To overcome RAM limitation, I am using gcAllowVeryLargeObjects, and I have also unchecked prefer 32-Bit system.
Doing all of that, I still face "Array dimension exceeds supported range" error!
I appreciate any help to handle this issue.