I want to write a console application in Visual Studio 2008 that inputs a 3.5 GB array (file), and just adds one to each element of the array. I have it configured for release and x64. I set up a project using the CLR console application project type. I running on Vista and have 8 GB of memory.
When I run the program, it is giving me this error:
An unhandled exception of type 'System.Runtime.InteropServices.SEHException' occurred in does_it_work_2.exe
Additional information: External component has thrown an exception.
Have I configured anything wrong, why is it not working?