Backoffice Umbraco Package Repo browser cannot be loaded after upgrade to 7.6.1 from 7.4.3
Hi guys,
Today tried to upgrade a 7.4.3 to 7.6.1 manually.
Replaced following folders:
Umbraco
Umbraco_client
bin
Additionally took the new web.config and translplanted my config string into it.
Had to recompile some custom dll's to support the newest version of the Newtonsoft JSON library but after that, everything ran smoothly. Except when I try to navigate to the Repo Browser in backoffice:
Parser Error Message: Could not load type 'umbraco.presentation.developer.packages.BrowseRepository'.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="../../masterpages/umbracoPage.Master" Title="Browse Repository" CodeBehind="BrowseRepository.aspx.cs" Inherits="umbraco.presentation.developer.packages.BrowseRepository" %>
Line 2: <%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %>
Line 3:
Source File: /umbraco/developer/packages/BrowseRepository.aspx Line: 1
This strikes me as odd since I expect that type is in the core Umbraco binaries.
Backoffice Umbraco Package Repo browser cannot be loaded after upgrade to 7.6.1 from 7.4.3
Hi guys,
Today tried to upgrade a 7.4.3 to 7.6.1 manually.
Replaced following folders:
Additionally took the new web.config and translplanted my config string into it.
Had to recompile some custom dll's to support the newest version of the Newtonsoft JSON library but after that, everything ran smoothly. Except when I try to navigate to the Repo Browser in backoffice:
This strikes me as odd since I expect that type is in the core Umbraco binaries.
A bit lost as to what might be causing this...
Hi Kris
Be sure that you merged /config/trees.config file. It contains info about what types should handle each page.
Thanks,
Alex
That indeed was the fix.
Apparently the tree layout changed from:
To:
It is the one file I neglected to check properly with my diff tool :)
Glad that you solved this issue! I had the same problem after my first upgrading :)
Alex
Developers section should contain:
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion