Quantcast
Channel: Sitecore Content Search Exception: Entry point was not found - Sitecore Stack Exchange
Viewing all articles
Browse latest Browse all 3

Sitecore Content Search Exception: Entry point was not found

$
0
0

I'm having an issue taking an older version of our site running under Sitecore 7.2 (with some older dll's such as glass mapper) and switching over from Lucene to Solr (6.6.2).

I've followed the steps for setting up Solr/Sitecore, however the first issue I had was that, I was missing some solr.config files in the app_config/includes folder, so I "borrowed" them from a functional Solr 6.6.2/Sitecore 8.2 instance.

I'm hoping that's not problem number one.

When I try to load the 7.2 site (after following the Solr setup steps), I get the following error:

[EntryPointNotFoundException: Entry point was not found.] Sitecore.Abstractions.ISettings.GetSetting(String name, String defaultValue) +0

Sitecore.ContentSearch.SolrProvider.SolrContentSearchManager.get_IsEnabled()+72 Sitecore.ContentSearch.SolrProvider.Pipelines.Loader.InitializeSolrProvider.Process(PipelineArgs args) +13 (Object , Object[] ) +71 Sitecore.Pipelines.CorePipeline.Run(PipelineArgs args) +331 Sitecore.Nexus.Web.HttpModule.Application_Start() +208 Sitecore.Nexus.Web.HttpModule.Init(HttpApplication app) +673 System.Web.HttpApplication.InitModulesCommon() +201 System.Web.HttpApplication.InitInternal(HttpContext context,

HttpApplicationState state, MethodInfo[] handlers) +1069 System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +382

System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)+433

I originally had put the IOC.Unity.config file in the app_config/includes folder, thinking that was a needed file, but it produced a similar, yet longer error message, so I have it currently disabled.

I'm wondering if this a pipeline issue. Since I copied some configs from the 8.2 instance, maybe it's possible those configs are incompatible / need to be rewritten to be useful.

I also copied a few dll's from the 8.2 bin folder (Sitecore.abstractions.dll, etc), that were not present in the 7.2 install. Hope this isn't what's causing the issue.

In case it might be helpful, below is my global.asax file.

<%@Application Language='C#' Inherits="Sitecore.ContentSearch.SolrProvider.UnityIntegration.UnityApplication" %><%@ Import Namespace="Sitecore" %><%@ Import Namespace="Sitecore.Diagnostics" %><%@ Import Namespace="System.Web.Configuration" %><%@ Import Namespace="Glass.Sitecore.Mapper" %><%@ Import Namespace="Glass.Sitecore.Mapper.Configuration.Attributes" %><script runat="server">     public void Application_Start() {        AttributeConfigurationLoader loader = new        AttributeConfigurationLoader     (        new string[] { "MedTouch.Base.BLL"        }     ); Glass.Sitecore.Mapper.Context context = new Glass.Sitecore.Mapper.Context(loader); }</script>

Would appreciate any suggestions to get around this error, it's got me pretty roadblocked.

Thanks!


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images