[...] still getting error about FieldType does not exist and the name TextFieldParser could not be found.
To use these type, add a line at the beginning of your file:
using Microsoft.VisualBasic.FileIO;
To write to output file:
writer.WriteLine(line);
where writer is your above TextWriter.
No comments:
Post a Comment