While unit testing, I ran across the following error:
System.Configuration.ConfigurationErrorsException : The "cachingConfiguration" section is not available in the supplied configuration source.
I know that the Cache Configuration was defined correctly.Now, I began to wonder what was going on. I was previously running my test using TestDriven.net, but then I switched to using the NUnit 2.5 user interface. After some digging, when I selected my project in NUnit, it did not correctly setup my test information.
Steps for correctly making sure that your project test information get loaded.

0 comments:
Post a Comment