Hi,

I have a problem in accessing "sqlServerCatal ogNameOverwrite s" section in app.config file.

Code:
<configuration>
  <configSections>
    <section name="sqlServerCatalogNameOverwrites"  type="System.Configuration.NameValueSectionHandler" />
  </configSections>

  <sqlServerCatalogNameOverwrites>
    <add key="ISDev17"
...