"Unused DataSets Report" not showing up in Context menu on VS2005 if Solution Folders used
description
In a VS2005 project with solution folders the "Unused Datasets Report" and the "Used Datasets Report" do not show up in the context menu on projects or the solution.
In a private build of mine I found that BIDS helper class UnusedDatasetsPlugin tries to cast the object under inspection to "Project", while it actually is "ProjectItem" where the project itself is in the "ProjectItem.SubProject" member.
I have attached a private fix of the class UnusedDatasetsPlugin.cs where the context menu shows up.
However, ths fix does not include the solution node, where the code would have to recursively traverse the solution folder hierarchy to discover all the projects in all leaves of the solution folder tree.