I have added 3 text file resources to an app and am trying to read from them but I just can\'t seem to hack it. I\'ve tried using a filestream and have just tried using ResourceReader and I\'ve tried
This is how I usually read files with std::ifstream: while (InFile.peek() != EOF) { char Character = InFile.get();
I have migrated a VS2008 ASP.NET MVC solution to VS2010/MVC2/.NET 4.0The solution builds locally and all unit tests pass.