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
You only have to change "using System.Data.Objects" to "using System.Data.Entity.Core.Objects"