We are beginning to use VS2012 for our solution. One of the projects is SQL CLR. When I try to compile it, I get the following error:
CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)
However, the same code compiles fine in VS2010. The project has a reference to the System.dll. What could be going on? Thanks.