NCover, NUnit & app.config

NCover, NUnit & app.config

Hello All

My test cases depend on an app.config file.  NUnit allows the test fixture to pick up it's own app.config file.  The test cases fail when run through NCover & NUnit together.  If I delete the app.config file the test cases fail through NUnit in the same way.  Does this mean that when run through NCover the test fixture is actually looking at the NCover app.config file?  Apparently NUnit runs test fixtures in a seperate app domain and this is the trick that allows the app.config file to be found.  Does NCover do the same? 

Thanks for any input on this I am having a terrible time with code coverage in .Net!!

David