System.IO.StreamReader file = new System.IO.StreamReader("saveData.txt");
I've written this and I get the error "Argument 1: cannot convert from 'string' to 'System.IO.Stream'. I've used this exact same code in a console application and it worked fine, but putting this into a Windows Universal Application gives this error.