Edit

A delimiter cannot be Nothing or an empty String

The TextFieldParser is unable to read from the file because the Delimiters property is set to Nothing or is an empty String ("").

To correct this error

  • Supply a valid value for Delimiters.

See also