Skip to content

Instantly share code, notes, and snippets.

@leekelleher
Created July 9, 2012 14:19
Show Gist options
  • Save leekelleher/3076841 to your computer and use it in GitHub Desktop.
Save leekelleher/3076841 to your computer and use it in GitHub Desktop.
Upgrading to Umbraco 4.8 breaks support for uComponents

Upgrading to Umbraco 4.8 breaks support for uComponents

For more information about the issue, please read: http://j.mp/umb48-breaks-ucomponents

Steps to workaround the issue

  • Take a copy of the "Lucene.Net.dll"

  • Create a new folder inside your /bin folder called "legacy", then put "Lucene.Net.dll" inside the new /bin/legacy folder.

  • In the root of your website, open the Web.config file in your favourite text-editor.

  • Scroll down the file until you find the section. Then add this XML snippet inside it:

Now, when you reload your Umbraco back-office, all your uComponents parts will be working as per normal.

Any problems and/or concerns, please let us know via our forum: http://our.umbraco.org/projects/backoffice-extensions/ucomponents/questionssuggestions/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment