IntelliSense support for nhibernate HBM/Configuration files

This forum is where we'll mirror posts that are of value to the community so they may be more easily found.
Post Reply
User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

IntelliSense support for nhibernate HBM/Configuration files

Post by mazhar » Mon Sep 08, 2014 7:46 am

1- Unzip attached file containing two XSD files.
2- Find the XML schema directory of your Visual Studio installation. For this you need to open Visual Studio and then open options dialogue by going to Tools -> Options
3- You need to open Text Editor -> XML -> Miscellaneous panel. Click Browse button next to Schemas text box. This will open folder browser dialog so you need to find the location of Schemas folder from here and open the folder in seperate windows browser.
4- Finally copy the two XSD files unzipped in step 1 to this folder.
5- Better restart the Visual Studio and now if you go AbleCommerce HBM mappings you will have Visual Studio IntelliSense available

Here is helpful tutorial with images http://angler.wordpress.com/2010/01/14/ ... hibernate/

Post Reply