NHibernate Intellisense in VS 2005
NHibernate is an ORM layer for .NET and is a port of the hugely successful Hibernate ORM layer for Java. I'm working on a NHibernate project and one of issues that I had was to get intellisense while authoring the metadata XML for NHibernate in VS 2005. The documentation specified a location where we need to place the schema files for NHibernate to enable intellisense.
Turns out that this location is different in VS 2005. The location to place schema files to enable intellisense in VS 2005 is: C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas. The locations and drive letter can change depending on where you installed VS 2005, but once you put in your schema here, you get full intellisense.