Welcome to MSDN Blogs Sign in | Join | Help

October 2005 - Posts

Where is the Team Foundation Beta 3 Extensibility Kit?

This question comes up fairly often (understandably), so I wanted to point out the update from Brian Harry in the forums: http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=120657 We were supposed to get it last week but there was a miscommunication
Posted by jmanning | 0 Comments

Team Foundation {Version,Source} Control - Which is it?

This is, for the most part, just random useless trivia that hopefully won't really affect customers at all. Over a year ago, RobCaron passed on the news of our (that is to say, Brian 's ;) naming decision for what the project codenamed "Hatteras" was
Posted by jmanning | 1 Comments

Using the tf.exe command-line as a quick-and-dirty way of complementing the VS experience

One of the things I find myself wanting to do fairly often while working in VS is to see the changes I've made in the current file since pending the edit. VS itself has support for this during the current editing session, but sometimes it's been weeks
Posted by jmanning | 0 Comments

I have a 1.1 app - what's going to break as I migrate up to 2.0?

I've had 2 of my ISV buddies ask me this, so I'll provide the link here that I have to them: http://msdn.microsoft.com/netframework/programming/breakingchanges/default.aspx On a fully-unrelated note, as Buck mentioned , the TFS Beta3 VPC image (with all
Posted by jmanning | 0 Comments

JohnLawr up on Channel9 - check it out!

The title says Sonal, but this video is really about JohnLawr talking about some of the goodness in Team Foundation . There's a lot of good info in this video, and he shows some of the various parts working together. Some of (many) things you'll see and
Posted by jmanning | 0 Comments

Project creation failing with error "The identity [Project Name]\Project Administrators is not a recognized identity."

This error showed up on the forums , so I want to post about it here to explain what happened to cause this bug and explain the symptoms (you're left with a partially-created project). During project creation (when you click Finish on the Project Creation
Posted by jmanning | 2 Comments

simple command-line example: listing the team projects on a server

This is a very simple example showing a simple use of the ICommonStructureService. Running against my current test server shows some of the test projects I made yesterday while testing a bug fix: % ListTeamProjects.exe jmanning-test empty-folder vstfs:///Classification/TeamProject/313a9cf6-a2b9-4f03-9fd4-73fbc22aaf80
Posted by jmanning | 5 Comments

Attachment(s): ListTeamProjects.zip

tracepoints - get rid of your printf-style debugging!

With many bugs (most, one would hope), a debugger is your best friend. You step through the code, make sure it’s doing what it’s supposed to, have it break on exceptions (just thrown or unhandled), skip around the code, check for variables at various
Posted by jmanning | 0 Comments
 
Page view tracker