Y
Yogi_Bear_79
Visual Studio .NET started complaing when the array was around 4000. I
found that if I pasted the array in via notepad then opened Visual Studio it
would work. Now my array is over 26,000 and Visual Studio just doesn't like
it. Everytime I open the prokect I get the following error:
"An Error occurred which the C# comipler is unable to report due to low
memory or possible heap corruption. It is recommended that you save all your
files, close and restart"
If I wait for about 60 seconds I can use the program as long as I stay out
of the class with that array (about 633kb).
So I think it's time to move the array out to another file. So Can anyone
help me out here? I am thinking a .dat file or any other file that a user
can't simply open and read would be my first choice. Else I wopuld resort to
a plain old text file.
found that if I pasted the array in via notepad then opened Visual Studio it
would work. Now my array is over 26,000 and Visual Studio just doesn't like
it. Everytime I open the prokect I get the following error:
"An Error occurred which the C# comipler is unable to report due to low
memory or possible heap corruption. It is recommended that you save all your
files, close and restart"
If I wait for about 60 seconds I can use the program as long as I stay out
of the class with that array (about 633kb).
So I think it's time to move the array out to another file. So Can anyone
help me out here? I am thinking a .dat file or any other file that a user
can't simply open and read would be my first choice. Else I wopuld resort to
a plain old text file.