G
Gerrit
Hi all,
I'm getting an OutOfMemoryException when I initialize a byte array in
C# like this:
Byte[] test = new Byte[420000000];
I'm using ASP.NET 2.0. In ASP.Net 1.1 it works fine. So what am I doing
wrong?
What is the maximum length of a byte array?
Can somebody help me? Thanks in advance!
--
Gerrit Horeis
Software Developer
CI-Gate Development & Consulting GmbH
http://www.ci-gate.de
http://www.xira.de
http://www.bitbauer.de
I'm getting an OutOfMemoryException when I initialize a byte array in
C# like this:
Byte[] test = new Byte[420000000];
I'm using ASP.NET 2.0. In ASP.Net 1.1 it works fine. So what am I doing
wrong?
What is the maximum length of a byte array?
Can somebody help me? Thanks in advance!
--
Gerrit Horeis
Software Developer
CI-Gate Development & Consulting GmbH
http://www.ci-gate.de
http://www.xira.de
http://www.bitbauer.de