4

My app.config has a reference to a master.config.

When NCrunch runs the tests it can't locate the master.config file as they run from a different directory; as such the test window always shows red and somewhat defeats the purpose of NCrunch.

How can I fix this?

BanksySan
  • 27,362
  • 33
  • 117
  • 216

1 Answers1

5

Edit the NCrunch configuration for the project and include the master.config within the "Additional files to include" option.

BanksySan
  • 27,362
  • 33
  • 117
  • 216
Ian Nelson
  • 57,123
  • 20
  • 76
  • 103