DevCon 2005 Presentation

Tuesday, May 31, 2005 11:00:00 PM (Central Standard Time, UTC-06:00)
If you were at the DevCon 2005 presentation in Minneapolis or Omaha you can find my Team System resources here.

DSL Tools for Beta2

Sunday, May 29, 2005 11:00:00 PM (Central Standard Time, UTC-06:00)
Looks like the DSL Tools (which help you create custom designers for Domain Specific Languages) for Beta2 were released last Friday. 

Looking to customize the class designer in VS 2005

Saturday, May 28, 2005 11:00:00 PM (Central Standard Time, UTC-06:00)
There is a powertoy on GotDotNet that shows you how to extend and customize the class designer in Visual Studio 2005.

Problems with Creating Build Types in VSTS Beta 2

Monday, May 16, 2005 11:00:00 PM (Central Standard Time, UTC-06:00)
If you trying to play around with Team Build in VSTS 2005 and run into the following dialog when trying to add a build type:
 
"No Workspace Exists for the given project."
 
Try doing the following:
 
  1. Goto the Visual Studio command prompt.
  2. Type in "h.exe workspace 'workspacename' /s:servername" where servername  is the name of your Team Foundation Server and workspace name is the name of the workspace you couldn't create a build type for.  You can find out more about h.exe and it parameters here.
  3. Enter the Name of the workspace you couldn't create the build type for, and map a source repository folder to the local folder where the source is found.  The graphic below shows the h.exe UI.  The Name field should show your workspace name.  In the working folders grid you should identify the source "repository folder" and map it the "local folder" where the actual source is found.


  4. Click OK
 
That should update the mappings and fix the error above.
 
Now you can go back into Visual Studio and create a build type.
  1. Right click on Team Builds within your project and select "New Team Build Type".
  2. Enter the name of the build and any comments you have about the build type.
  3. Select the solution you want included in this build type. If you don't have any solutions in your list (mine shows one below CompositeUI\CompositeUI-CS.sln) then make sure that you have checked the source into Team Source.  If you added to Team Source through the IDE, it may not be checked in.
 
 Note: You can verify that you have source checked in by double clicking Version Control item in in the Team Explorer view of your project, then selecting your project in the Source Control Explorer.  You should be able to see your source.

 
  1. Select the solutions and build order, click next.
  2. Complete the configurations, click next.
  3. Define the Location of the build server and build drops, click next.
  4. Select the build options you want, click next.
  5. Review the summary and finish.
 
You should be ready to build the configuration.
 

Getting Up to Speed on Team System 2005

Sunday, May 15, 2005 11:00:00 PM (Central Standard Time, UTC-06:00)
Visual Studio Team System is a suite of tools targeted at a number of roles in the software development lifecycle. Here are some resources for getting up to speed on it.
 
Team System Webcasts
Webcasts about Team System here.
 
Team System Blogs
Rob Caron        
 
DSL Tools Blogs
Alan Wills           
Gareth Jones      
Steve Cook         
Stuart Kent        
 
Understanding DSL's
 
 
 
Walkthroughs
The walk throughs have a number of items that are just place holders at this time.  There are areas completed, including Creating Build Types and Source Code migration which are helpful.
 
What is happening with VSS?
You can find out by looking at the VSS road map.

BizTalk Wiki at PluralSight

Tuesday, May 10, 2005 11:00:00 PM (Central Standard Time, UTC-06:00)
Aaron Skonnard has created a BizTalk Wiki on the PluralSight that looks like a pretty good start of BizTalk references.

Enterprise Templates replaced by GAT

Monday, May 02, 2005 11:00:00 PM (Central Standard Time, UTC-06:00)
Creating Enterprise Templates was extremely painful.  GAT (Guidance Automation Toolkit) is the replacement for Enterprise Templates, and Wojteks blog has some interesting history behind GAT and merge with the DSL SDK.