I am trying to update an EDMX Stored Procedure and I am getting this error:
Cannot implicitly convert type System.Data.Entity.Core.Objects.ObjectResult
System.Data.Entity.Core.Objects.ObjectResult
Open the context.tt file in XML mode and change
context.tt
using System.Data.Objects;
to
using System.Data.Entity.Core.Objects;