1
vote
1answer
27 views
TFS / File Checkout from C#
I don't have a great deal of experience with TFS, other than using it for source control. I am working on a C# application that will need to modify files that are being controlled by TFS. From within …
0
votes
1answer
39 views
Visual Studio 2008: Can’t connect to known good TFS 2010 beta 2
A freshly installed TFS 2010 Beta 2 is at http://serverX:8080/tfs.
A Windows 7 developer machine with VS 2008 Pro SP1 and the VS2008 Team Explorer (no SP). The TFS 2008 Service Pack 1 didn't work …
0
votes
2answers
34 views
Place DLLs in GAC on Solution Build in Debug
We have a couple of DLLs that need to be put in the GAC at compile time only in Debug mode as this is what developers use locally. Release mode will be the Continuous Integration server build and we …
1
vote
3answers
29 views
Visual Studio Error: You are not logged into Windows Live Messenger
Does anyone know why visual studio does this?
2
votes
1answer
25 views
TFS File Changed Notification
We have a number of files in our project and if they change they require changes to the Installers. Developers don't seem to be aware of the knock-ons of not notifying guy that looks after the …
1
vote
0answers
24 views
TFS- Revision graph like Subversion
Is there a way to see revisions/changeset to a repository in TFS just like how we can see revisions/branches in SVN using revision graph?
Edit: I am using TortoiseSVN for SVN client
0
votes
1answer
21 views
How do I automate build and testing for an asp.net ajax application in Team Foundation Server?
Hi all,
Q. We're looking for a way to automate
build process, run test cases and
store build results.
A problem could be raise as the application on which we want to setup this process is an …
1
vote
1answer
30 views
View History in TFS
We have created a New Team Project in TFS 2008. We want to merge 7 different team projects with this New Team Project and finally delete the old 7 projects.
A existing project is branched with a new …
1
vote
1answer
24 views
TFS Team Query: get all changed work items since a given time
Apparently it is impossible to provide the Changed Date field with a timestamp (format '2009-12-14 10:00:00') when defining a new Team Query. I get the error: "The query failed. You cannot supply a …
0
votes
1answer
18 views
Keep a TFS source backup in Visual Source Safe. Possible?
We moved from Visual Source Safe to Team Foundation Server. Can I sync. TFS source control to Visual Source Safe? I would like to keep a backup of Team Foundation Server source control in Visual …
0
votes
3answers
45 views
TFS 2010 and Sharepoint (Licensing)
Hello,
If I use MOSS 2007 or Sharepoint Services 3.0 with TFS do I need a license or is there an implicit license with TFS, like there is for SQL Server.
Thanks,
ray.
0
votes
2answers
54 views
Is there an adequate replacement for Source Control Explorer?
I use TFS 2008 for source control with Visual Studio 2008 at my office.
I have previously used Subversion (and even source safe) and found it much easier to find information than using the panel …
0
votes
2answers
42 views
Compare Folders in TFS
I'm using TFS and C# and I want to programmatically get a list of files that have changed between 2 different folders.
I want to be able to enter the path & label, just like the Compare option in …
0
votes
3answers
36 views
Subscribing to TFS events and WCF
Sorry for asking a question about something I don't know much about, but I've been pulling my hair out trying to get this working.
So, I have a WCF service that is hosted on IIS and seems to be …
2
votes
5answers
51 views
Team Foundation Server Testing
Let's say I have my TFS team project setup the way I want it, and all the code between my machine and the team project is in sync (i.e. if I do a get latest it says everything is up to date).
What I …
