objectdisposedexception

  1. N

    Cannot Access a Closed File

    I can't understand why I'm getting this error. I'm trying to parse a tab seperated file. After 10 lines being read it throws the above error which is an ObjectDisposedException. Public Function readNextLine(ByRef buffer As Single()) As Boolean Dim i As Integer Dim tempString As...
Back
Top