We have been able to identify the issue.
I tried logging into the machine that was causing problems w/ my own profile and using his installation of TFS and it worked fine for me. So since we knew that the installation was good, we figured there must be some settings files stored in the windows profile.
After doing some looking, we found the following file:
C:\Documents and Settings\[WINDOWS USER]\Local Settings\Application Data\Microsoft\Team Foundation\1.0\Cache\UISettings.config
which contained the following settings:
< UIConfig>
< AttachmentAddDialog x="271" y="438" />
< ColumnPickerDialog height="500" width="500" x="178" y="325" />
< CreateTfsGroupDialog x="473" y="372" />
< DialogAddItems height="450" width="529" x="1539" y="300" />
< DialogCheckin height="903" width="1149" x="22" y="22" />
< DialogCompareVS height="314" width="564" x="1654" y="349" />
< DialogFileFolderProperties height="742" width="1017" x="1461" y="63" />
< DialogMove height="129" width="517" x="1660" y="447" />
< DialogProjectMappings height="366" width="612" x="1731" y="381" />
< DialogWorkspace height="598" width="744" x="1653" y="329" />
< GroupChooserDialog height="319" width="384" x="132" y="132" />
< GroupPropertiesDialog height="524" width="563" x="1508" y="321" />
< GroupsDialog height="665" width="942" x="1390" y="116" />
< LinkDialog x="-968" y="492" />
< PermissionsDialog height="822" width="1032" x="1396" y="51" />
< QuerySaveAsDialog height="336" width="355" x="463" y="305" />
< UserPropertiesDialog height="301" width="384" x="22" y="22" />
</ UIConfig>
If you notice the <LinkDialog x="-968" y="492"> you will realize the window that is generated is coming up off the screen. Since the application window is taking control of the application, it appears "hung".
We reset this value and it is working fine.
We also had another developer mention a similar concern w/ the "Go to Work Item" window. When he would choose this function, he wouldn't see the window everyone else could, but would go ahead and type out the work item number (assuming it was taking it somewhere) and hit enter and it would take him to the work item and didn't think anything of it.
Justin |