I'm running into an issue with the VS.NET Solution Iterator. I'm trying to Iterate based on dependency, but it's not doing that, it seems to be simply iterating based on the order in which they appear within the sln file.
The options I selected were:
Property to Iterate: Project Name
Order: Iterate projects in dependency order
The solution is a visual studio 2005 solution that contains CSharp projects and BizTalk Projects. Any help would be great!