Try our conversational search powered by Generative AI!

Resource error after upgrade

Vote:
 

Upgraded a site from Commerce R2 SP1 to SP2 and the site runs ok but when accessing the Commerce manager we get several different The resource object with key 'Items' was not found. parser errors in Apps/Core/Controls/EcfListViewControl.ascx on line

 (<asp:Label runat="server" ID="TotalItemsLabel" Text="<%# Container.TotalRowCount%>" />&nbsp;<asp:Literal runat="server" ID="itemLiteral" text="<%$ Resources:SharedStrings, Items %>" />)&nbsp;|&nbsp;<asp:Literal ID="Literal2" runat="server" Text="<%$ Resources:SharedStrings, Page %>"/>

What is the cause of this?

#61430
Sep 19, 2012 16:07
Vote:
 

Temporarily solved by putting in the Items setting in the SharedStrings.resx but since the error occured im thinking something did not went ok with the upgrade. One thing I noticed was that up in the right corner in Commerce Manager it still says Version 5.2 build 377 where I would suspect it would say something like build 628 since the new Mediachase.Commerce.dll version is 5.2.628.0.

#61460
Sep 20, 2012 9:07
Vote:
 

Yeah, it should say 628 up in the corner as well. Try doing the upgrade once more and look at the output to see if there is any errors present in the log.

#61463
Edited, Sep 20, 2012 9:37
Vote:
 

Tried the upgrade again, no errors but no difference, still build 377. Just to be clear, the site to be upgraded is the regular CMS site and not the manager site, right? The only site visible in the list when I first upgraded was the CMS site and looking in the Managersite it got some new dlls and things like that so it seems that everything worked.

#61465
Sep 20, 2012 10:30
Vote:
 

Yes, uppgrading the CMS site will upgrade the Commerce Manager as well. It should also update teh eCommerceFramework folder for that specifc Commerce Manager. 

So maybe Commerce Manager has been upgraded, but not the right eCommerceFramework folder?

#61466
Sep 20, 2012 10:33
Vote:
 

When looking at this I found one error related to the Commerce bin folder config setting which pointed to another folder than the one used by the site which expllained the missing resource file. Changed this and ran the upgrade procedure again. No resource eroor now but a bunch of other errors and still version 377.

When editing a product the error
CS0117: 'ASP.apps_catalog_tabs_entryoverviewedittab_ascx' does not contain a definition for 'AvailableFromValidator_Validate'
occurs referring to the eCommerceFramework folder Shared\Apps\Catalog\Tabs\EntryOverviewEditTab.ascx

Examining this folder I can see from the versioning control that these files have been updated so the eCommerceFramework folder gets updated correctly as it would seem.

Another error that occurs is when accessing a MetaField. Then the classic object reference not set as an instance of an object occurs with this stacktrace:

 Mediachase.Commerce.Manager.Core.MetaData.Admin.MetaFieldEditControl.InitDataTypeUI(MetaDataType type) +135
   Mediachase.Commerce.Manager.Core.MetaData.Admin.MetaFieldEditControl.BindData() +99
   Mediachase.Commerce.Manager.Core.MetaData.Admin.MetaFieldEditControl.Page_Load(Object sender, EventArgs e) +490
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +24
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +41
   System.Web.UI.Control.OnLoad(EventArgs e) +131
   System.Web.UI.Control.LoadRecursive() +65
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Control.LoadRecursive() +190
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2427

One more error occurs when accessing the Import under Business Foundation in the /Apps/Core/Controls/FileListControl.ascx

Could not load file or assembly 'ComponentArt.Web.UI, Version=2008.1.1202.35, Culture=neutral, PublicKeyToken=41d2e7a615ba286c' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

The reason for the upgrade was to make some of our code a bit more effective as recommended by EPiServer support but it didn't seem so simple to perform the upgrade.

#61471
Sep 20, 2012 12:26
Vote:
 

Solved the issue. Somehow RedGate .Netreflector had blocked som mediachase commerce files preventing a correct update of the files.

#61526
Sep 21, 2012 10:43
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.