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
Tasks
How to: Read From Comma-Delimited Text Files in Visual Basic
Concepts
Parsing Text Files with the TextFieldParser Object
Reference
TextFieldParser.SetDelimiters Method