All - I've searched and not found an answer to this solution. Apology if there's a thread on this ( feel free to point me that direction ).
Working on a new application ... User has text based files that we load for editing.
We were using ImportFile() for faster processing ( as opposed to line by line ), but some of the files are large ( 12k rows or more - I think roughly 1.8mb ). It freezes loading ... but eventually the application will come back.
But closing the window ... it locks up the application and never comes back. In fact, I have to kill the IDE.
I've tried playing with some of the concepts of Garbage collection, etc., but nothing has worked at this point.
I'm not sure what I'm doing wrong. LOL
Any help greatly appreciated it.
- Thanks, John