views:

895

answers:

1

Hi,

I used to use the intellisense feature within visual studio 2003 for editing a custom .config file against my custom xsd schema.

I put the schema in:

Common7\Packages\schemas\xml

Everything worked happily, no problem.

I have just tried to do the same in VS 2008 and there is no intellisense. The schema viewer for the .config file in the properties windows says that my custom schema is loaded and everything should work but when I try nothing is suggested.

There seem to other problems related to XAML intellisense but none of these solutions worked for me.

Stuck and frustrated! Anyone else had this before or know of something that has changed in 2008?

Many thanks

A: 

For general xml type intellisense I think you need to put the xsd in C:\Program Files\Microsoft Visual Studio 9.0\Xml\Schemas (or C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas)

For XAML intellisense, I've had mixed results and sometimes the results vary depending on how long I've had Studio open for - I'm praying 2010 has much improved support.

Scott