While drag-drop a stored procedure in dbml file I get this error:
Unknown Return Type
The return types for the following stored
I also had the problem (VS 2012, SQL Server 2008R2). In my case it was a combination of the +
operator and various CAST
statements in the code. I haven't found a way to replace them with something VisualStudio likes, but I have come up with a workaround:
Workaround "Dummy SELECT":
select 'bla bla' as field1, 123123 as field2, 'asñfs' as field3