I'm writing a program in C# for a pocket pc that uses Compact Framework 1.0 I need to read in data from a text file but Im not sure where to place the file since the program doesnt seem to be able to locate the file. I placed it root of the project folder and the code that tries to read is: StreamReader streamReader = new StreamReader("products.txt");
I need this to be working in a couple of days so I would be really thankful for all help.