I have a stored procedure that returns a value, not a dataset, and I have problems getting it to work with EF4....I've seen this: ...http://dotnet.dzone.com/news/how-retrieve-stored-procedure...Here is what I did: I added a procedure to the model, and imp...