Hi, I'm getting the following error while trying to obtain the search result:
Inheritance security rules violated while overriding member: 'Examine.LuceneEngine.AllHitsCollector.AcceptsDocsOutOfOrder()'. Security accessibility of the overriding method must match the security accessibility of the method being overriden.
I'm using Umbraco 6.1.3 and latest version of Examine that I installed through Nuget.
I've tried in Medium trust and it gives a security error and the site doesn't run and Full trust gives the error stated above when running this code:
@{ var results = Model.Search(Request.QueryString["q"]); }
Can't find any question on the forum related to this problem.
Can someone point me to the right direction to solve this problem?
Examine error
Hi, I'm getting the following error while trying to obtain the search result:
Inheritance security rules violated while overriding member: 'Examine.LuceneEngine.AllHitsCollector.AcceptsDocsOutOfOrder()'. Security accessibility of the overriding method must match the security accessibility of the method being overriden.
I'm using Umbraco 6.1.3 and latest version of Examine that I installed through Nuget.
I've tried in Medium trust and it gives a security error and the site doesn't run and Full trust gives the error stated above when running this code:
@{ var results = Model.Search(Request.QueryString["q"]); }
Can't find any question on the forum related to this problem.
Can someone point me to the right direction to solve this problem?
Thank you
Joao
is working on a reply...