When i run a simple test on connection to DB check i receive an error in NUnit:
[Test] public void TestConn() { string connectionString = Configuration
See my answer nunit and configs You need to tell nunit what the name of the config file is. it looks for namespace.config by default it seams