Return-Path: X-Original-To: apmail-lucene-lucene-net-user-archive@www.apache.org Delivered-To: apmail-lucene-lucene-net-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5861F268 for ; Tue, 3 May 2011 19:08:27 +0000 (UTC) Received: (qmail 99008 invoked by uid 500); 3 May 2011 19:08:27 -0000 Delivered-To: apmail-lucene-lucene-net-user-archive@lucene.apache.org Received: (qmail 98954 invoked by uid 500); 3 May 2011 19:08:26 -0000 Mailing-List: contact lucene-net-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-user@lucene.apache.org Delivered-To: mailing list lucene-net-user@lucene.apache.org Received: (qmail 98946 invoked by uid 99); 3 May 2011 19:08:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2011 19:08:26 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of digydigy@gmail.com designates 209.85.161.48 as permitted sender) Received: from [209.85.161.48] (HELO mail-fx0-f48.google.com) (209.85.161.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2011 19:08:20 +0000 Received: by fxm7 with SMTP id 7so577253fxm.35 for ; Tue, 03 May 2011 12:07:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding :x-mailer:thread-index:content-language; bh=1ELxj9w9z2krqAuYrnZIsZSWwpaiEwhxslO8X8GFhio=; b=XvJnC8PqqQtYz/VLriQCi5pewbyNViEHm2UJN9at3G0wSeBx0cCEIleRX5Mt7HPiZP v0glpU73B2o73KcNEc262iGeMgVpueo0+Tguc32GPtNUaqP4RpNmXeFh1lSoclt5noWY n7cxx0x+cteUF7RWaz0iRmvvceBpCsmAerjIE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language; b=Bj5RBJa/P4tpXeoAzoU9vTENugzueblTznCyRSa1c1HIW0dhv62h5E+Ni8oqcBIzmx 01RlRWFaV+a2WIP8vorQ+i23spniApKkolIJn7ATQaRDBPMLlPgRLwH0R6tQJ40bEdEk ePVg5NHiyOqu6lH+xvyYz7pD8mNRjN9xizitE= Received: by 10.223.7.8 with SMTP id b8mr263099fab.19.1304449630694; Tue, 03 May 2011 12:07:10 -0700 (PDT) Received: from NEWPC ([81.213.206.230]) by mx.google.com with ESMTPS id g5sm123149faa.2.2011.05.03.12.07.08 (version=SSLv3 cipher=OTHER); Tue, 03 May 2011 12:07:09 -0700 (PDT) From: "Digy" To: References: <002801cc07e6$a6d8a470$f489ed50$@net> <000301cc080f$eeadc900$cc095b00$@caspershouse.com> <000001cc089f$db1b3f40$9151bdc0$@net> In-Reply-To: <000001cc089f$db1b3f40$9151bdc0$@net> Date: Tue, 3 May 2011 22:06:44 +0300 Message-ID: <004601cc09c5$3f4ba0b0$bde2e210$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AQF62yg/FoOZ1l/Gi4t1xGIaLmppvpUaZWXggAEjQ1CAAkj/cA== Content-Language: tr Subject: RE: [Lucene.Net] Medium trust security issue Hi Richard, I created a new issue for this (https://issues.apache.org/jira/browse/LUCENENET-413) and prepared patches. I also committed the patch for 2.9.4g(LUCENENET-412). (https://svn.apache.org/repos/asf/incubator/lucene.net/branches/Lucene.Net_2 _9_4g) DIGY -----Original Message----- From: Richard Wilde [mailto:richard@wildesoft.net] Sent: Monday, May 02, 2011 11:07 AM To: lucene-net-user@lucene.apache.org Subject: RE: [Lucene.Net] Medium trust security issue I am trying to compile lucene 2.9.2 for .net 4.0 but when I run my web application I get:- "Inheritance security rules violated while overriding member: 'Lucene.Net.Util.Parameter.GetRealObject(System.Runtime.Serialization.Stream ingContext)'. Security accessibility of the overriding method must match the security accessibility of the method being override" Is this a known issue? Thanks Richard