Catalog renaming problem

Posts   
 
    
erichar11
User
Posts: 268
Joined: 08-Dec-2003
# Posted on: 25-Aug-2005 10:25:17   

Read the section on catalog renaming in the documentation. Add the following to my webconfig file:

<configuration> <configSections> <section name="sqlServerCatalogNameOverwrites" type="System.Configuration.NameValueSectionHandler" /> </configSections> <sqlServerCatalogNameOverwrites> <add key="GuidancewareDB" value="Guidanceware" /> </sqlServerCatalogNameOverwrites> //more standard config stuff </configuration>

I get the following error:

Parser Error Message: Exception creating section handler.

Any ideas, I'm using adapter and llblgen 1.0.2004.2

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 25-Aug-2005 10:33:15   
Frans Bouma | Lead developer LLBLGen Pro
erichar11
User
Posts: 268
Joined: 08-Dec-2003
# Posted on: 25-Aug-2005 18:11:04   

Thanks frans, that did the trick.