Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.


I would like to use Lucene.Net ver. 2.9.2.2 with nHibernate Search.
I would like to use one of the latest nhibernate versions, possibly.
I've seen there's a nuget package in the gallery but it doesn't work for me. When I try to compile I get the error:

Could not load file or assembly 'Lucene.Net, Version=2.9.2.2, Culture=neutral, PublicKeyToken=f5940d1699e37ff1' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Is there any other place where I can download nHibernate.Search compatible with the latests versione of Lucene.et?

Thanks

share|improve this question

2 Answers

up vote 3 down vote accepted

You can download NHibernate.Search source code via svn here :

https://nhcontrib.svn.sourceforge.net/svnroot/nhcontrib/trunk/src/NHibernate.Search

share|improve this answer
Great. That's exactly what I was looking for. Thanks. – LeftyX May 12 '11 at 6:57

I've fixed it. Now you can use the nuget package

share|improve this answer
Great! I'll give it a go. – LeftyX May 18 '11 at 7:25
2  
doesn't work right now – Circadian Feb 21 '12 at 15:09
1  
Still doesn't work. – Jeremy Holovacs Jun 2 '12 at 15:42

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.