<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to configure the Visual Studio 2005 IDE to use custom XSD files for IntelliSense</title><link>http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx</link><description>I've finally gotten some time to experiment with some of the features of the Visual Studio 2005 IDE (as you can see from my post last week about how to populate the Add References dialog ). I wanted to share a couple of tricks I discovered about using</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How to configure the Visual Studio 2005 IDE to use custom XSD files for IntelliSense</title><link>http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx#518565</link><pubDate>Sat, 28 Jan 2006 02:22:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:518565</guid><dc:creator>John Ritsema</dc:creator><description>Thanks for posting this!  It was very helpful to me.</description></item><item><title>re: How to configure the Visual Studio 2005 IDE to use custom XSD files for IntelliSense</title><link>http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx#527476</link><pubDate>Wed, 08 Feb 2006 15:12:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:527476</guid><dc:creator>Niels Flensted-Jensen</dc:creator><description>Have you been able to register support for other than DotNetConfig.xsd with app/web.config?&lt;br /&gt;&lt;br /&gt;To me it seems that as soon as you register the schema %ProgramFiles%Microsoft Visual Studio 8\Xml\Schemas\DotNetConfig.xsd it takes over and forgets about any other schema?</description></item><item><title>re: How to configure the Visual Studio 2005 IDE to use custom XSD files for IntelliSense</title><link>http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx#528183</link><pubDate>Thu, 09 Feb 2006 05:25:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:528183</guid><dc:creator>astebner</dc:creator><description>Hi Niels - I'm not sure what you mean by registering the schema. &amp;nbsp;I have been able to copy multiple XSD files into the XML\Schemas folder and they work fine within the VS IDE. &amp;nbsp;I have also been able to drop multiple XML files with pointers to XSDs into that folder and they all work fine.</description></item><item><title>re: How to configure the Visual Studio 2005 IDE to use custom XSD files for IntelliSense</title><link>http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx#555852</link><pubDate>Mon, 20 Mar 2006 22:47:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:555852</guid><dc:creator>Philippe DA SILVA</dc:creator><description>Hi,&lt;br&gt;&lt;br&gt;Thanks for those tips.&lt;br&gt;&lt;br&gt;I'm currently working on a project that would require support for xForms and I tried your tip to actually provide intellisense to my code.&lt;br&gt;&lt;br&gt;However, it doesn't seems to work on the aspx pages... Is there any way to provide intellisense there?&lt;br&gt;&lt;br&gt;Philippe (amadrias@hotmail.com)</description></item><item><title>re: How to configure the Visual Studio 2005 IDE to use custom XSD files for IntelliSense</title><link>http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx#559367</link><pubDate>Fri, 24 Mar 2006 01:13:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:559367</guid><dc:creator>astebner</dc:creator><description>Hi Philippe - I'm sorry, but I'm not familiar with Intellisense for ASPX pages in VS 2005. &amp;nbsp;I would suggest searching in the MSDN Forums (&lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com"&gt;http://forums.microsoft.com&lt;/a&gt;) or on MSDN itself (http:/msdn.microsoft.com) for additional technical references. &amp;nbsp;I'm sorry I'm not able to be more helpful here.&lt;br&gt;</description></item><item><title>re: How to configure the Visual Studio 2005 IDE to use custom XSD files for IntelliSense</title><link>http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx#574872</link><pubDate>Wed, 12 Apr 2006 15:40:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:574872</guid><dc:creator>Craig Boland</dc:creator><description>I was able to get Option 3 working, but with an additional tweak. In the 'myschema.xml' file, I had to enclose 'Schema' and 'Association' elements in a 'SchemaCatalog' element, just like it is in catalog.xml (including the namespace). &lt;br&gt;&lt;br&gt;FYI, the paths to my external schema file are in the form of 'file://D:/MySchemas/MySchema.xsd'.</description></item><item><title>Enable intellisense for RibbonX</title><link>http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx#600799</link><pubDate>Thu, 18 May 2006 11:50:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:600799</guid><dc:creator>Wouter van Vugt</dc:creator><description /></item><item><title>Problems Enabling Process Template IntelliSense in Visual Studio 2005</title><link>http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx#700551</link><pubDate>Tue, 15 Aug 2006 06:24:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:700551</guid><dc:creator>Jean-Luc David</dc:creator><description>A couple of days ago, Rob Caron posted about how to author Work Item Types with IntelliSense in Visual...</description></item><item><title>Enable intellisense for RibbonX</title><link>http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx#733866</link><pubDate>Thu, 31 Aug 2006 21:12:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:733866</guid><dc:creator>Wouter van Vugt</dc:creator><description>Here&amp;amp;amp;#39;s a handy post on how to enable intellisense for RibbonX XML markup. It just registeres the</description></item><item><title>re: How to configure the Visual Studio 2005 IDE to use custom XSD files for IntelliSense</title><link>http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx#822140</link><pubDate>Fri, 13 Oct 2006 17:18:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:822140</guid><dc:creator>SeyedMohammadHossein Mayboudi</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blog.360.yahoo.com/smhmayboudi"&gt;http://blog.360.yahoo.com/smhmayboudi&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Enjoy the intellisense web.config&lt;/p&gt;
&lt;p&gt;Download this file ( DotNetConfig.xsd ):&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.peterritchie.com/Hamlet/Downloads/Downloads_GetFile.aspx?id=74"&gt;http://www.peterritchie.com/Hamlet/Downloads/Downloads_GetFile.aspx?id=74&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Then put it in this folder:&lt;/p&gt;
&lt;p&gt;C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas\&lt;/p&gt;
&lt;p&gt;Make your web.config with this structure:&lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;configuration xmlns:xs=&amp;quot;DotNetConfig.xsd&amp;quot; xmlns:vs=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/.NetConfiguration/v2.0&amp;quot;&amp;gt;"&gt;http://schemas.microsoft.com/.NetConfiguration/v2.0&amp;quot;&amp;gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;[Write you web configuration here]&lt;/p&gt;
&lt;p&gt;&amp;lt;/configuration&amp;gt;&lt;/p&gt;</description></item><item><title>Which version of VS is needed to modify the Team Foundation Server Process Templates</title><link>http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx#992261</link><pubDate>Mon, 06 Nov 2006 09:33:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:992261</guid><dc:creator>Ozzie Rules Blogging </dc:creator><description>&lt;p&gt;One of the local government branches had some questions on Team Foundation Server and I thought others&lt;/p&gt;
</description></item><item><title>XML Schemas dialog in Visual Studio 2008</title><link>http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx#5787949</link><pubDate>Wed, 31 Oct 2007 02:50:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5787949</guid><dc:creator>Daniel Moth</dc:creator><description>&lt;p&gt;XML Schemas dialog in Visual Studio 2008&lt;/p&gt;
</description></item><item><title>.NET 2.0 Custom Web.Config section and Intellisense | keyongtech</title><link>http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx#9361965</link><pubDate>Thu, 22 Jan 2009 06:14:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9361965</guid><dc:creator>.NET 2.0 Custom Web.Config section and Intellisense | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/546471-net-2-0-custom-web"&gt;http://www.keyongtech.com/546471-net-2-0-custom-web&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Adding Custom Intellisense To App.config files</title><link>http://blogs.msdn.com/astebner/archive/2005/12/07/501466.aspx#9538088</link><pubDate>Wed, 08 Apr 2009 15:36:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9538088</guid><dc:creator>Trevor Davis' Blog</dc:creator><description>&lt;p&gt;Adding Custom Intellisense To App.config files&lt;/p&gt;
</description></item></channel></rss>