ツリービューを動的にバインドしようとしています。
Google で検索したところ、適切なリンクがいくつか見つかりました。
システムで実行しようとすると、次のようなエラーが表示されます
'System.Collections.Generic.List<ActualEstimatation.frmEstimate.ItemInfo>' does not contain a definition for 'Where' and no extension method 'Where' accepting a first argument of type 'System.Collections.Generic.List<ActualEstimatation.frmEstimate.ItemInfo>' could be found (are you missing a using directive or an assembly reference?)
これらのリンクは 、ツリービューを動的に設定する方法 (C#)です。
と sga101 のソリューション 効果的なコーディングでデータを Winform TreeView(C#) に挿入する方法は?
上記の問題を解決するためにGoogleで検索しましたが、解決策は見つかりませんでした。
この問題を解決するために私を助けてください。
前もって感謝します