A
Arnd Iffland
Hi,
i want to use a StringBuilder to create a large string.
After instatiation, the MaxCapacity is 2.147.483.647, what is large
enough for my purpose.
During my procedure i get a SystemOutOfMEmoryException at
System.String.GetStringForBuilder
The length of the StringBuilder is at this moment 17.825.779 and the
capacity 17.825.792.
Why do i get this exception? What can i do to get the MAxCapacity?
There is no other StringBuilder in the procedure.
The procedure is a WebService build with WebDeveloper Express and .Net
2.0.50727.42
Best regards,
Arnd
--
i want to use a StringBuilder to create a large string.
After instatiation, the MaxCapacity is 2.147.483.647, what is large
enough for my purpose.
During my procedure i get a SystemOutOfMEmoryException at
System.String.GetStringForBuilder
The length of the StringBuilder is at this moment 17.825.779 and the
capacity 17.825.792.
Why do i get this exception? What can i do to get the MAxCapacity?
There is no other StringBuilder in the procedure.
The procedure is a WebService build with WebDeveloper Express and .Net
2.0.50727.42
Best regards,
Arnd
--