I have a view that I have been trying to map in either entity framework or linq to sql. However when querying the view it just crashes horribly (it is just this view).
Because the error message is completly generic I thought I would just divide and conquer, and delete half the columns on my view (in sql server), and then update the DataClasses... however when I compile I get an error: "The associated metadata type for type 'test' contains the following unknown properties or fields:"... and then lists all of the fields I have deleted. I have tried to clean my solution, but still get this error.
How can I refresh the metadata?