Can I see TFS file history with labels?

In the 2008 version of TFS, you don’t see labels in the standard history of files and folders. If you really want to know why – see Brian Harry’s blog post “Why TFS Labels are not like VSS Labels”. To find labels in Visual Studio, go to File, Source Control, Label, Find Label… From that … Read more

“AnyCPU” vs “Any CPU” in TFS 2010

This seems to be a known bug in VS2010. See http://connect.microsoft.com/VisualStudio/feedback/details/503935/msbuild-inconsistent-platform-for-any-cpu-between-solution-and-project for more details. What I’ve found : All project files in a solution have the platform set to “AnyCPU” even though you select “Any CPU” in the configuration window. So if you build this solution in VS, everything works fine. When you try to … Read more

How to get rid of “The solution you are trying to open is bound to source control” message

You need to clean the solution file (.sln) by removing the following GlobalSection: GlobalSection(TeamFoundationVersionControl) = preSolution SccNumberOfProjects = 2 SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} SccTeamFoundationServer = http://example.com/tfs/defaultcollection SccLocalPath0 = . /// — more solution specific stuff omitted — /// EndGlobalSection and you need to remove the source control references from every single project file (.csproj for C# … Read more

What are the differences between the different types of Compare in TFS

THe difference that I have found between Latest Version Workspace Version Latest version – compares your current code file with the most current code file on TFS server. (This includes all the changes made by your fellow code monkeys and checked back in since you checked out the file). This form of comparison will show … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)