Quando executo o projeto "CasaDoCodigo.MVC" da pasta "ANTES - MATERIAL DO ALUNO" na subpasta "Item05 - Fazendo login Externo" da o seguinte erro em tempo de execução:
System.AggregateException HResult=0x80131500 Message=One or more errors occurred. (Column names in each table must be unique. Column name 'ClienteId' in table 'Pedido' is specified more than once.) Source=System.Private.CoreLib StackTrace: at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at CasaDoCodigo.Startup.Configure(IApplicationBuilder app, IHostingEnvironment env, IServiceProvider serviceProvider) in C:\Curso\Alura\ASP.NET Core parte 1_Um e-Commerce com MVC e EF Core AULA 3\ASPNETCore2-Parte3-master\antes\Item05\CasaDoCodigo\Startup.cs:line 115
Inner Exception 1: SqlException: Column names in each table must be unique. Column name 'ClienteId' in table 'Pedido' is specified more than once.
Tentei executar o da pasta "DEPOIS - MATERIAL DO INSTRUTOR" na subpasta "Item05 - Fazendo login Externo" e obtive o mesmo problema.
Cordialmente e no aguardo de retorno. Alexandre