I have a 64 bit VB.NET application and want to allocate a buffer > 2GB in size.
In the following code both the \"new\" and the \"ReDim\" throw an \"OverflowException
You may have to use memory mapped files for this, take a look at the MapViewOfFile function.