Welcome to Team System Rocks Sign in | Join | Help

Problems Enabling Process Template IntelliSense in Visual Studio 2005

A couple of days ago, Rob Caron posted about how to author Work Item Types with IntelliSense in Visual Studio. You can download the process template schema files from the following link: http://msdn2.microsoft.com/en-us/library/ms194967.aspx

Typically, all you need to do is add all the .xsd files into the C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas directory. For some reason, I haven't been able to get IntelliSense to work with the process template xml files. For example:

The only options that are coming up include:

!--
![CDATA[
?

To troubleshoot the issue, I took a look at Aaron Stebner's blog post on how to configure the Visual Studio 2005 IDE to use custom XSD files for IntelliSense. I still can't get it working, and I suspect the issue is related to the schema namespaces. I found a way to temporarily get around the issue. Follow these steps:

  1. Load in one of the Process Template files in Visual Studio 2005
    (for example, ProcessTemplate.xml)
  2. Test if IntelliSense works.
  3. If not, click on XML > Create Schema
  4. A schema file will be generated in a separate window
  5. Return to your XML file. IntelliSense will now work on your process template file
    (as shown below)

If anyone has additional insight, or has encountered similar problems, feel free to post. If I work out a fix, I'll post it right away.

Published Tuesday, August 15, 2006 3:46 AM by jldavid

Comments

# Enabling Process Template IntelliSense in Visual Studio 2005 using xsi:schemaLocation

Tuesday, August 15, 2006 1:00 PM by Jean-Luc David
Rob Caron pointed me out to an article on FTP Online by William Wen entitled "Enable IntelliSense in...

# VSTS Links - 08/18/2006

Friday, August 18, 2006 8:04 AM by Team System News
Rob Caron on which version of Team Foundation Server do I have?

Joe Hummel on MSDNAA does provide...
Anonymous comments are disabled