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