Hello,
I have a textfile added to a resx file. The resx file is called Resources.
I have a filestream, and I want to create a filestream object with the textfile.
I swear it was working, but now it throws me an argument not valid exception here is my code
FileStream fsTextFile = new FileStream(Resources.TextFile, FileMode.Open, FileAccess.Read);
Thanks