While drag-drop a stored procedure in dbml file I get this error:
Unknown Return Type The return types for the following stored
I was using a temp table in my SQL and was getting this error. I converted the temp table to table variables and that resolved my issue.