Vijay Santhanam wrote:
Also make sure both the ASP.NET website and the Lucene.Net assembly use the
same framework version.
As long as the website .NET FW version is >= the Lucene one it shouldn't
matter. That is, they don't need to be *exactly* the same -- you could
run a Lucene.Net compiled for .NET 1.1 on a 2.0 website (but not vice
versa).
Valter Mazzola wrote:
I'm using Lucene.Net 2.0.0.4 in an Aspx (2.0), it doesn't find the
> Lucene .dll , I've put it in the
./Bin folder in respect to the aspx folder.
What is the error (i.e. the exception) that you're getting?
Dean.