Attention: We are retiring the ASP.NET Community Blogs. Learn more >

XInclude breaks VS 2005 XML editor intellisense

Note: this entry has moved.

A while back I've reported as a bug that VS XML editor breaks if you use XInclude elements in the document. You may ask: "who cares? .NET does not support XInclude anyway!". It just so happens that the recently released version of the Guidance Automation Extensions (GAX) include the Mvp.Xml library, which adds support for XInclude in your guidance package configuration file.

So, in order to benefit from the better manageability and modularity of you guidance package configuration, you have to pay the price of losing intellisense :(... As a workaround, you can keep a dummy XML file around in the solution that you use for authoring the recipe with full intellisense, before you split it in multiple files. However, once you need to start editing it, you're again stuck. I believe the added flexibility is worth the price anyway, but that's just me....(and I'm an XML MVP, so I may be biased ;))

No Comments