I have a stored proc which is called through EF. Everything was working fine until the table result, returned by the proc was edited (a column was reduced).
I tried to update/refresh and even deleting and adding the proc model from the model browser. However I'm still getting the old field in the .edmx file.
This causes a runtime exception because the field isn't really there anymore. I'm out of ideas and still an EF noob.
Any insight on this, thanks in advance?
note that I've checked the connection strings and everything is as it should be