asp.net - multible-dynamic-array overflow? -


I have a question, I am programming with asp.net

I have a Multi-Dynamic Array_results (i, 0) = tmpdoc.Get ("title") array_results (i, 0) + = tmpdoc.get ("doc_typ") array_results (i, 1) = tmpdoc gate ("pfad") array_results ( I, 2) = tmpdoc.Get ("date_of_create") array_results (i, 3) = tmpdoc.Get ("last_change") array_results (i, 5) = tmpdoc.get ("doc_typ" I "is about 4426, I also tested it with 2377 [files, with information] and I get a memory exception error.

Is it possible that multiple dynamic arrays

I think you should have Use IEnumerable & lt; T & gt; to check and read a little bit on the keyword yield and yield returns and yield breaks .

Essentially using a method Ode> IEnumerable & lt; T & gt; Your calling method will help in preventing unlimited memory exceptions, especially when combined with the method that I previously suggested ...


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -