|
From: <fab...@us...> - 2010-09-24 02:40:23
|
Revision: 5208
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5208&view=rev
Author: fabiomaulo
Date: 2010-09-24 02:40:17 +0000 (Fri, 24 Sep 2010)
Log Message:
-----------
Fix NH-2321
Modified Paths:
--------------
trunk/nhibernate/doc/reference/modules/basic_mapping.xml
Modified: trunk/nhibernate/doc/reference/modules/basic_mapping.xml
===================================================================
--- trunk/nhibernate/doc/reference/modules/basic_mapping.xml 2010-09-23 23:10:31 UTC (rev 5207)
+++ trunk/nhibernate/doc/reference/modules/basic_mapping.xml 2010-09-24 02:40:17 UTC (rev 5208)
@@ -72,11 +72,13 @@
<para><emphasis>
Tip: to enable IntelliSense for mapping and configuration files, copy the appropriate
- <literal>.xsd</literal> files to
- <literal><VS.NET installation directory>\Common7\Packages\schemas\xml</literal>
- if you are using Visual Studio .NET 2003, or to
- <literal><VS 2005 installation directory>\Xml\Schemas</literal> for Visual Studio 2005.
- </emphasis></para>
+ <literal>.xsd</literal> files as part of any project in your solution,
+ (<literal>Build Action</literal> can be "None") or as "Solution Files" or in your
+ <literal>"Lib"</literal> folder and then add it to the <literal>Schemas</literal> property of the xml file.
+ You can copy it in <literal><VS installation directory>\Xml\Schemas</literal>, take care because you will have to deal
+ with different version of the xsd for different versions of NHibernate.
+ </emphasis>
+ </para>
</sect2>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|