Describe the bug
Microsoft.Data.SqlClient.SqlException: 'Could not find stored procedure 'FoundationConfiguration_List'.'
To Reproduce
i have installed foundation code in visual studio 2022 and created database through below commands
- dotnet-episerver create-cms-database Foundation.csproj -S servername -U sa -P "sa"
- dotnet-episerver create-commerce-database Foundation.csproj -S servername -U sa -P "sa"
when i run the solution locally on my machine i m getting below errors , dont know whow to resolve this
error : Microsoft.Data.SqlClient.SqlException: 'Could not find stored procedure 'FoundationConfiguration_List'.'
Please help