Visual Studio 2010 の .net Framework 4.0 でアプリケーションを作成しましたが、何らかの理由でフレームワークを 4.0 から 2.0 に変更しましたが、現在エラーが発生しています。
The type or namespace name 'Linq' does not exist in the namespace 'System' (are you
missing an assembly reference?)
LINQ はこのプロジェクトで非常に使用されています。.net 2.0 で LINQ を使用する方法があることを知りたいです。ヘルプが必要です。ありがとうございます。