G
Guest
Hi!
I have the following problem on .net 1.1:
I reduced the problem to the following code:
byte[] ByteArrayOk=new byte[17000000];
ByteArrayOk=null;
byte[] ByteArrayOutOfMem=new byte[16773276]; // Exception here!!!
ByteArrayOutOfMem=null;
which throws a System.OutOfMemoryException.
On .net framework 2.0 everything works fine!
But I need a shortterm solution on 1.1!
Thanks for your help!
raise
I have the following problem on .net 1.1:
I reduced the problem to the following code:
byte[] ByteArrayOk=new byte[17000000];
ByteArrayOk=null;
byte[] ByteArrayOutOfMem=new byte[16773276]; // Exception here!!!
ByteArrayOutOfMem=null;
which throws a System.OutOfMemoryException.
On .net framework 2.0 everything works fine!
But I need a shortterm solution on 1.1!
Thanks for your help!
raise