I've updated my Umbraco 4.7.2 installation with Examine 1.4.1. Now I'm getting the following error locally and on my shared server. Can anyone help with this problem?
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Method not found: 'Void Examine.Providers.BaseIndexProvider.set_SupportUnpublishedContent(Boolean)'.
Source Error:
Line 10: <ExamineIndexProviders>
Line 11: <providers>
Line 12: <add name="InternalIndexer" type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine" Line 13: supportUnpublished="true"
Line 14: supportProtected="true"
Examine Configuration Error v1.4.1
I've updated my Umbraco 4.7.2 installation with Examine 1.4.1. Now I'm getting the following error locally and on my shared server. Can anyone help with this problem?
Cheers, Jan Kees
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Method not found: 'Void Examine.Providers.BaseIndexProvider.set_SupportUnpublishedContent(Boolean)'.
Source Error:
Line 10: <ExamineIndexProviders> Line 11: <providers> Line 12: <add name="InternalIndexer" type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine" Line 13: supportUnpublished="true" Line 14: supportProtected="true"
Source File: c:\domains\whiskytaste.com\wwwroot\config\ExamineSettings.config Line: 12
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Examine is also not indexing right now. Anyone got the same problems?
Fixed the error. The assembly UmbracoExamine.dll isn't included in the zip file. Updated it with the Umbraco binairies. My mistake.
is working on a reply...