You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after launching eshop im trying to run dotnetcrawler sample but i receive error:
"Unhandled Exception: System.AggregateException: One or more errors occurred. (An error occurred while updating the entries. See the inner exception for details.) ---> Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SqlClient.SqlException: Cannot insert the value NULL into column 'Name', table 'Microsoft.eShopOnWeb.CatalogDb.dbo.Catalog'; column does not allow nulls. INSERT fails.
The statement has been terminated."
How to fix that?
The text was updated successfully, but these errors were encountered:
after launching eshop im trying to run dotnetcrawler sample but i receive error:
"Unhandled Exception: System.AggregateException: One or more errors occurred. (An error occurred while updating the entries. See the inner exception for details.) ---> Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SqlClient.SqlException: Cannot insert the value NULL into column 'Name', table 'Microsoft.eShopOnWeb.CatalogDb.dbo.Catalog'; column does not allow nulls. INSERT fails.
The statement has been terminated."
How to fix that?
The text was updated successfully, but these errors were encountered: