We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f27684 commit 5fb966bCopy full SHA for 5fb966b
1 file changed
SSIS/AutoSortProjectFilesPlugin.cs
@@ -77,11 +77,12 @@ private void SolutionOpened()
77
return;
78
}
79
80
- var solution = solExplorer.UIHierarchyItems.Item(1).Object as SolutionClass;
81
- if (solution == null)
82
- {
83
- return;
84
- }
+ // TODO: Try on other versions? Removed this test, as never succeeds on SQL2012 on VS2012
+ //var solution = rootItem.Object as SolutionClass;
+ //if (solution == null)
+ //{
+ // return;
85
+ //}
86
87
ProcessHierarchyItem(rootItem);
88
0 commit comments