How can we add IntelliSense to visual studio in time of nhibernate mapping file editing?
views:
161answers:
4
A:
You need to tell Visual Studio which XML schema to use for these mapping files. Maybe this is what you need:
Slavo
2010-06-01 11:10:28
That's NOT the recommended way to do it.
Diego Mijelshon
2010-06-01 15:15:24
That link is broken, try this (for VS2010) instead: http://www.jameswampler.com/index.php/2010/06/03/adding-the-nhibernate-schema-files-to-visual-studio-2010/
David McClelland
2010-10-04 19:12:50
+2
A:
Include the xsd files that come with NHibernate as part of your solution (either within a project, or as "Solution Files").
That's it.
Diego Mijelshon
2010-06-01 15:16:27