TFS and working with multiple solutions
Posted
by RandomEngy
on Stack Overflow
See other posts from Stack Overflow
or by RandomEngy
Published on 2010-05-26T22:04:17Z
Indexed on
2010/05/27
0:01 UTC
Read the original article
Hit count: 402
visual-studio
|tfs
How do people generally deal with TFS when you've got to work with multiple solution files? If you've got one instance it's easy because you can always go to that window for the source control explorer, pending changes, check on builds or work items. But when you have 4-5 solutions, it becomes tricky to deal with. You might expand some folders or check some pending items on one VS instance but you have to remember which one you did it on.
Having a separate instance dedicated just to TFS tasks is tempting, but there's only one window state for the whole program. If that instance is closed last, all instances will come up with all the TFS windows open.
How do other people deal with this? Can you use separate profiles somehow and cordon off a "TFS" instance of Visual Studio?
© Stack Overflow or respective owner