Return-Path: Delivered-To: apmail-incubator-lucene-net-user-archive@locus.apache.org Received: (qmail 89132 invoked from network); 5 Oct 2007 08:05:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 08:05:23 -0000 Received: (qmail 28107 invoked by uid 500); 5 Oct 2007 08:04:10 -0000 Delivered-To: apmail-incubator-lucene-net-user-archive@incubator.apache.org Received: (qmail 28094 invoked by uid 500); 5 Oct 2007 08:04:10 -0000 Mailing-List: contact lucene-net-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-user@incubator.apache.org Delivered-To: mailing list lucene-net-user@incubator.apache.org Received: (qmail 28085 invoked by uid 99); 5 Oct 2007 08:04:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 01:04:10 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [212.239.21.245] (HELO usp5.Cointer.it) (212.239.21.245) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 08:04:10 +0000 Received: from COINTER1 ([81.208.36.81] unverified) by usp5.Cointer.it with Microsoft SMTPSVC(5.0.2195.6713); Fri, 5 Oct 2007 10:11:25 +0200 From: "Valter Mazzola" To: References: <00a401c806a6$6aaa42a0$1300a8c0@Cointer.local> <000901c80702$5b974b30$12c5e190$@com> <4705B6A6.4020309@dload.com.au> <000001c80722$e05d6a00$1400a8c0@Cointer.local> <4705EC41.7070007@dload.com.au> Subject: RE: Lucene.Net & web.config Date: Fri, 5 Oct 2007 10:04:24 +0200 Message-ID: <000101c80726$59390580$1400a8c0@Cointer.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcgHJlU4RkbsQjZSSsKo+Dx4lBwVUgAAEAQg In-Reply-To: <4705EC41.7070007@dload.com.au> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-OriginalArrivalTime: 05 Oct 2007 08:11:25.0093 (UTC) FILETIME=[5298E550:01C80727] X-Virus-Checked: Checked by ClamAV on apache.org No it's only an .aspx And an .aspx.cs,=20 May I add it to webconfig manually? And how it's done? Will I need the publicKeyToken? -----Original Message----- From: Dean Harding [mailto:dean.harding@dload.com.au]=20 Sent: venerd=EC 5 ottobre 2007 9.48 To: lucene-net-user@incubator.apache.org Subject: Re: Lucene.Net & web.config Valter Mazzola wrote: > The error is : >=20 > CS0246: impossible to find the type or name in the space Lucene, = probably=20 > A using or a reference to an assembly is=20 > missing=20 I assume this is a "ASP.NET Web Site" as opposed to just a "Web Site"=20 (that is, there's a .csproj file and all that in there) -- is that = right? In that case, you've got to add Lucene.Net to your project's references=20 (right-click on "References" then select "Add Reference"). Just copying=20 it into the Bin folder is not enough. Dean.