return contexto.Produtos.Include("Categoria") .Where(p => p.Id == id) .FirstOrDefault();
An exception of type 'System.InvalidOperationException' occurred in EntityFramework.dll but was not handled in user code
Additional information: The connection string 'EstoqueContext' in the application's configuration file does not contain the required providerName attribute."