I have an app.config file in my Visual Studio 2008 (with TFS
integration) Test Project. If I set a break point in a test method, I
can see that the app.config has been read. However, the app.config
points to a list.txt file that I have set as "content" and "copy when
newer" - but it cannot be found.
How can I make the test project respect my additional text files? I
don't care what I have to do to get the path understoof, but the files
*must* be read.
Thanks.