I’m trying to apply the solution proposed in this question: Using the connectionstring in an nunit test but I can’t seem to find the ConnectionStringSettings and ConfigurationManager objects in the new Framework 4.5.
I added the namespace: System.Configuration. Where acording Microsoft Documentation is supposed to be. But Visual Studio still cant find it.
Could anyone here give me a hand with this?
Add reference to
System.Configurationto your project..