Try our conversational search powered by Generative AI!

Find edit-mode views broken after updating 7.5 to patch 10

Vote:
 

Hi,

I'm getting 'page could not be loaded' from all the Find views e.g. Index, Statistics and Optimizations, in the edit-mode after updating to the latest patch 10 of EPiServer 7.5. The detailed error is as follows:

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

Parser Error Message: Value cannot be null.
Parameter name: source

Source Error: 

Line 1:  <%@ Master Language="C#" MasterPageFile="~/EPiServerFindEmbeddedResources/EPiServer.Find.Framework.dll/EPiServer.Find.Framework.UI.Views.Shared.Module.Master" Inherits="System.Web.Mvc.ViewMasterPage" %>
Line 2:  <%@ Import Namespace="System.Web.Mvc" %>
Line 3:  <%@ Import Namespace="System.Web.Mvc.Html" %>


Source File: /EPiServerFindEmbeddedResources/EPiServer.Find.Framework.dll/EPiServer.Find.Framework.UI.Views.Shared.Optimizations.Master    Line: 1

I tried reinstalling the Find packages but the problem persists. Any ideas on what's causing this? Thanks!

#83027
Mar 25, 2014 7:43
Vote:
 

We are investigating what might cause this.

#83112
Mar 26, 2014 9:00
Vote:
 

We have now released a fix for this. If you do a new install of Find from Nuget it is fixed.

Sorry for any problems this have caused.

/Marcus

#83136
Mar 26, 2014 13:10
Vote:
 

Great! Got the update working fine. One thing to note was that during the update the Find packages lost their version number from the project file. Also the reference was set to private. So I ended up with this:

<Reference Include="EPiServer.Find.Framework">
    <Private>True</Private>
    <HintPath>..\packages\EPiServer.Find.Framework.7.5.448.68\lib\net40\EPiServer.Find.Framework.dll</HintPath>
</Reference>

instead of 

<Reference Include="EPiServer.Find.Framework, Version=7.5.448.68, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL">
    <SpecificVersion>False</SpecificVersion>
    <HintPath>..\packages\EPiServer.Find.Framework.7.5.448.68\lib\net40\EPiServer.Find.Framework.dll</HintPath>
</Reference>

This was easy to fix though.

#83153
Edited, Mar 26, 2014 16:24
Vote:
 

Hi

I have the same problem with the latest version of EPiServer.Find 7.0  (version 7.0.586.24)

I have downgraded to 7.0.586.16 and are good to go for the moment.

Best regarda

ErikM

#84327
Apr 01, 2014 6:56
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.