I have tried
<configSections>
<section name="sqlServerCatalogNameOverwrites" type="System.Configuration.NameValueSectionHandler" />
</configSections>
<sqlServerCatalogNameOverwrites>
<add key="myDBOld" value="myDBNew" />
</sqlServerCatalogNameOverwrites>
With DbUtils.ActualConnectionString="myConnString" as well as <appSettings>, but unable to configure my new DB and getting the error
"[i]SD.LLBLGen.Pro.ORMSupportClasses.ORMQueryExecutionException: An exception was caught during the execution of a retrieval query: Invalid object name"
as its still referring to the old DB name.
Walaa wrote:
Just use CatalogName Overwrites