Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can we add IntelliSense to visual studio in time of nhibernate mapping file editing?

How can we add IntelliSense to visual studio in time of nhibernate mapping file editing?

like image 587
masoud ramezani Avatar asked Jun 01 '10 11:06

masoud ramezani


2 Answers

Include the xsd files that come with NHibernate as part of your solution (either within a project, or as "Solution Files").

That's it.

like image 147
Diego Mijelshon Avatar answered Oct 25 '22 07:10

Diego Mijelshon


see http://jameskovacs.com/2007/10/16/enabling-intellisense-for-nhibernate/

like image 4
Jimmy Chandra Avatar answered Oct 25 '22 08:10

Jimmy Chandra