- Copy the *.xsd files from src\NHibernate (there are three - nhibernate-configuration.xsd, nhibernate-generic.xsd, and nhibernate-mapping.xsd)
- Copy them to \program files\Microsoft Visual Studio 9.0\Xml\Schemas
- Rename them to include the -2.2 suffix (nhibernate-configuration-2.2.xsd, nhibernate-generic-2.2.xsd, and nhibernate-mapping-2.2.xsd)
Additional methods can be found on Aaron Stebner's blog.
Pretty simple, eh?
Happy coding!

4 comments:
very helpfull I try mad with it.
Looks like nhibernate-generic.xsd was dropped from my zip file...
did you get it from here?
http://sourceforge.net/project/showfiles.php?group_id=73818&package_id=73969&release_id=629506
thanks
Post a Comment