TFS 2008 version control security dialog shows blank
I found this issue to be common while troubleshooting on my cases and found that w hen you go to team explorer and right click on folder in solution explorer, TFS 2008 version control security dialog shows blank UI after you install Service Pack 1 for .NET 3.5 on the server We later realized and found that this issue can occur if t he code in ASP.NET that serializes the permission data on the server does not work properly when .NET 3.5 SP1 is installed, resulting in empty lists being returned to the client. Hence, the solution for this is to either uninstall SP1 for .NET 3.5 or install SP1 for TFS 2008(which I would recommend more than uninstalling sp1 for .Net Framework 3.5)
Read the original here:
TFS 2008 version control security dialog shows blank


