From: Justine D. <jus...@gm...> - 2008-11-10 12:41:50
|
Hi all, I'm new with dotLucene and I want to use it on Ubuntu. So, I installed mono and monodevelop and I download the sources of dotLucene. I tried to compile the file IndexTest.cs in the directory Test but I have some errors : IndexTest.cs(20,21): error CS0234: The type or namespace name `Index' does not exist in the namespace `Lucene.Net'. Are you missing an assembly reference? IndexTest.cs(18,24): error CS0234: The type or namespace name `Analysis' does not exist in the namespace `Lucene.Net'. Are you missing an assembly reference? IndexTest.cs(19,22): error CS0234: The type or namespace name `Demo' does not exist in the namespace `Lucene.Net'. Are you missing an assembly reference? Compilation failed: 3 error(s), 0 warnings Is there somebody who can help me?? Thank you. |