I am trying to reproduce a SQL View into Linq. It is a fairly striaghtforward query that I am sure can be written differently. In any case, it was written this way after researching left outer joins etc for Linq to Sql. The code I produced in Linq is throwing and error that I can't seem to find any information on: <>f__AnonymousType1 not supported in aggregation operations Removing the last Subquery that retrieves the Max date entered allows the query to execute correctly. I like what I see thus
Read More...