I am using Entity Framework version 6, I included to the edmx model a stored procedure which in that moment returned 2 fields, a Username and one Id, now I need to add another field, so I added it to my stored Procedure, I went to the edmx model, I did right click on a blank space, I did click on "Update Model from Database" and then I did choose my stored procedure, when I try to use the new field, Visual Studio throws me an error, that field does not exists.
So I search for the answer here and here, the last thing I did was to delete the model and create again but it doesn't work, but I am sure my store procedure throws a result set with 3 fields.
This is the Error: 'AsoserData.NS_sp_inicioSesion_Result' no contiene una definición de 'usu_id' ni se encontró ningún método de extensión 'usu_id' que acepte un primer argumento de tipo 'AsoserData.NS_sp_inicioSesion_Result' (¿falta una directiva de uso o una referencia de ensamblado?)