Bu özel durum işleyicisini bitirmeye çalışıyorum:
if (ConfigurationManager.ConnectionStrings["ConnectionString"]==null)
{
string pathOfActiveConfigFile = ...?
throw new ConfigurationErrorsException(
"You either forgot to set the connection string, or " +
"you're using a unit test framework that looks for "+
"the config file in strange places, update this file : "
+ pathOfActiveConfigFile);
}
Bu sorun bana sadece nUnit kullandığımda oluyor gibi görünüyor.