LLBLGen Pro version build 5.10.2.0
Problem occuring at runtime - below in exception
template group - adapter
Using IIS server ONLY (NO Kestrel server) and on Windows 2022 ONLY
.NET version - core v8
database type and version - SQL Server 2022
<sqlServerCatalogNameOverwrites>
<add key="INKDEV" value="???INKPROD???" />
</sqlServerCatalogNameOverwrites>
Exception:
An unhandled exception occurred while processing the request.
SqlException: Invalid object name 'INKDEV.dbo.inkEODSiteStaffName'.
Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, bool breakConnection, Action<Action> wrapCloseInAction)
ORMQueryExecutionException: An exception was caught during the execution of a retrieval query: Invalid object name 'INKDEV.dbo.inkEODSiteStaffName'.. Check InnerException, QueryExecuted and Parameters of this exception to examine the cause of this exception.
SD.LLBLGen.Pro.ORMSupportClasses.RetrievalQuery.Execute(CommandBehavior behavior)
Stack Query Cookies Headers Routing
SqlException: Invalid object name 'INKDEV.dbo.inkEODSiteStaffName'.