I want to use TextFieldParser
in my project. For that I need using Microsoft.VisualBasic.FileIO
.
However Visual Studio accepts using Microsoft.VisualBasic
without the FileIO
. but it does not recognize the TextFieldParser class.
On other forums, I read I should add Microsoft.VisualBasic reference. I am not able to work out how to do this, since the window of Reference Manager is completely blank, so I do not have any option to chose from.
Any help ?