Hi Guys,

Thanks for your input. Unfortunately I haven't been able to solve the
problem.

This is what I did:
- download the alpha2 release.
- make new project 'myproject'
- install to: myproject\myproject\nhibernate
- reference to the nhibernate.dll located in that directory

I have also tried to rebuild a couple of times (additionally also
deleted the ncb a few times).

Thanks in advance for any help,
Joost

listing of myproject\myproject\nhibernate:

04-04-2009  17:35    <DIR>          .
04-04-2009  17:35    <DIR>          ..
10-03-2009  23:52            77.824 Castle.Core.dll
10-03-2009  23:52           150.472 Castle.Core.xml
23-10-2008  09:57               609 Castle.DynamicProxy.license.txt
10-03-2009  23:53           110.592 Castle.DynamicProxy2.dll
10-03-2009  23:53           104.542 Castle.DynamicProxy2.xml
29-03-2009  12:41            32.768 Iesi.Collections.dll
23-10-2008  09:57               656 Iesi.Collections.license.txt
29-03-2009  12:41           101.888 Iesi.Collections.pdb
29-03-2009  12:41           112.494 Iesi.Collections.xml
23-10-2008  09:57           270.336 log4net.dll
23-10-2008  09:57            11.558 log4net.license.txt
23-10-2008  09:57         1.365.508 log4net.xml
29-03-2009  12:41             8.704 NHibernate.ByteCode.Castle.dll
29-03-2009  12:41            19.968 NHibernate.ByteCode.Castle.pdb
29-03-2009  12:41             2.199 NHibernate.ByteCode.Castle.xml
29-03-2009  12:41         1.781.760 NHibernate.dll
29-09-2008  10:15            24.957 NHibernate.license.txt
29-03-2009  12:41         5.883.392 NHibernate.pdb
29-03-2009  12:41         2.044.930 NHibernate.xml
              20 bestand(en)       12.105.157 bytes


On 30 mrt, 09:19, Kenneth Siewers Møller <kenneth.siew...@gmail.com>
wrote:
> Your xml files needs to be in the same directory as the assemblies. The
> recommended approach is to have an externals library with all your external
> dependencies together with your project and reference to that. This way, any
> new team member is able to check out the complete project without having to
> install or place anything specific to that project.
>
> Kenneth
>
> 2009/3/29 Fabio Maulo <fabioma...@gmail.com>
>
>
>
> > Alpha2 include all.
>
> > 2009/3/29 Davy Brion <ral...@davybrion.com>
>
> > i have never put xml files for assemblies in Visual Studio's Xml folder so
> >> i don't know if that works or not... but if you put the xml files in the
> >> same location as where you reference the assembly (say:
> >> yourproject\lib\nhibernate or something like that) then Visual Studio will
> >> use them for intellisense.
>
> >> Note: if you put the xml files next to the assemblies, you might have to
> >> rebuild your code and have to restart visual studio before it correctly
> >> picks up on it
>
> >> the location for the xsd's is correct btw
>
> >> And you are right, the released version of NH apparently doesn't include
> >> the nhibernate.xml file
>
> >> On Fri, Mar 27, 2009 at 10:41 PM, Joost <marktplaats.jo...@gmail.com>wrote:
>
> >>> Hi Davy,
>
> >>> I have tried that, but maybe the directory isn't right.
>
> >>> In my setup nhibernate.xml, log4net.xml, caste.core.xml etc are all
> >>> located in the directory C:\Program Files\Microsoft Visual Studio
> >>> 8\Xml
>
> >>> and these files:
> >>> - nhibernate-configuration-2.2.xsd
> >>> - nhibernate-generic-2.2.xsd
> >>> - nhibernate-mapping-2.2.xsd
> >>> are located in C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas
>
> >>> Intellisense works with the mapping files.
>
> >>> btw. the bin release doesn't come with a nhibernate.xml file, so I've
> >>> took that from the src release.
> >>> Maybe this isn't right also?
>
> >>> Cheers,
> >>> Joost
>
> >>> > do you have an nhibernate.xml file along with the nhibernate.dll file?
> >>> the
> >>> > xml file contains the comments that are used by intellisense.  If
> >>> > intellisense can't find the file, you don't get any comments for
> >>> anything
> >>> > within that assembly.
>
> >>> > > Hi,
>
> >>> > > I'm fairly new to NHibernate and I've just got my first sample
> >>> > > application running.
>
> >>> > > I'm using Visual c++ (.net framework 3.5 sp1), visual studio express
> >>> > > 2008.
> >>> > > VS studio does not perform code completion on code statements
> >>> > > involving the NHibernate classes/namespaces,
> >>> > > e.g. intellisense does not show anything after 'NHibernate::' . In
> >>> > > fact the NHibernate namespace isn't listed
> >>> > > in the intellisense list. In the object explorer I can explore the
> >>> > > various namespaces and classes within the NHibernate.dll.
>
> >>> > > The log4net and castle dll's that come with the distribution work
> >>> fine
> >>> > > with intellisense.
>
> >>> > > I have tried the following:
> >>> > > - delete the ncb file and let intellisense rebuild it again.
> >>> > > - download NHibernate 2.1 alpha (2.1.0.1001) to replace 2.0.1GA
>
> >>> > > Thanks for any help on this one.
>
> >>> > > Joost- Tekst uit oorspronkelijk bericht niet weergeven -
>
> >>> > - Tekst uit oorspronkelijk bericht weergeven -
>
> > --
> > Fabio Maulo- Tekst uit oorspronkelijk bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to nhusers@googlegroups.com
To unsubscribe from this group, send email to 
nhusers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to