Open source control
I instaniated a new instance of the IDE.
I called DTE.Solution.Open(path);
and successfully opened it.
But, the DTE.SourceControl object does not have a way to call a "GetLatest" on it. What I want to do is Call a recursive get latest on the entire solution.
Please help,
Thanks,
Nick

