Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Moran 285 posts 934 karma points
    Aug 26, 2015 @ 07:19
    Moran
    0

    Issues with 'Merchello.Examine' assembly

    Hi I suddenly got this error on my dev environment website, seems to come out of nowhere.

       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: Could not load file or assembly 'Merchello.Examine' or one of its dependencies. The system cannot find the file specified.
    
    Source Error: 
    
    
    Line 14:       <!-- default external indexer, which excludes protected and unpublished pages-->
    Line 15:       <add name="ExternalIndexer" type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine" />
    Line 16:       <add name="MerchelloProductIndexer" type="Merchello.Examine.Providers.ProductIndexer, Merchello.Examine" />
    Line 17:       <add name="MerchelloInvoiceIndexer" type="Merchello.Examine.Providers.InvoiceIndexer, Merchello.Examine" />
    Line 18:       <add name="MerchelloOrderIndexer" type="Merchello.Examine.Providers.OrderIndexer, Merchello.Examine" />
    

    Source File: C:\Users\moran\Activenet\Projects\SolarBarzil\SolarBarzilSite\Umbraco72\config\ExamineSettings.config Line: 16

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Aug 26, 2015 @ 15:18
    Rusty Swayne
    0

    Did this occur after upgrading Merchello and/or Umbraco?

  • Moran 285 posts 934 karma points
    Sep 06, 2015 @ 05:35
    Moran
    0

    Sorry for the late response, the issue was resolved. For some unknown reason the Merchello.Examine.dll was deleted from my project.

  • Jeroen Oostwouder 100 posts 296 karma points
    Mar 24, 2016 @ 10:03
    Jeroen Oostwouder
    0

    Is there any reason why this could be deleted? I've got the same error. I saw it in my bin folder-list in visual studio, clicked "refresh", and boom... dll gone.

  • john blair 48 posts 219 karma points
    Mar 26, 2019 @ 07:09
    john blair
    0

    Hi, I've just been experiencing disappearing Merchello DLLs from my visual studio solution: The files that have disappeared 2 times now are: Merchello.Core.dll Merchello.Examine.dll Merchello.Web.dll - all from merchello version 2.7.0 Oddly another DLL disappears at the same time - Cogworks.Meganav.dll from the Meganav package version 1.1.2 I also have the Fasttrack package installed version 2.7.0 , and 1 other package Doc Type Grid Editor version 0.6.1 though that is never impacted. I've been using umbraco for many years and never seen this behaviour before - it only started a couple of days ago and ive been using merchello for over a month. In my setup I have an IIS website mapped to my VS website folder to make changes quick to view in Chrome as no rebuild is required when making changes or adding code to appcode folder. Now I've been adding helper extensions and web api controller into the appcode directory recently and wonder if this could have any impact. Any thoughts on why this could be happening and what can be done to prevent it would be appreciated.

    The version of umbraco i'm using is 7.13.1

    Thanks.

    UPDATE: This was my fault - I added visual studio projects to my solution and referenced merchello/fasttrack dlls from the website bin directory (instead of a separate lib area). As soon as i corrected that the problem went away.

Please Sign in or register to post replies

Write your reply to:

Draft