When I click on any of the templates or partial views i get the following error:
Server Error in '/' Application.
Could not load type 'umbraco.presentation.LiveEditing.Utility' from assembly 'umbraco, Version=1.0.5780.28255, Culture=neutral, PublicKeyToken=null'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.TypeLoadException: Could not load type 'umbraco.presentation.LiveEditing.Utility' from assembly 'umbraco, Version=1.0.5780.28255, Culture=neutral, PublicKeyToken=null'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[TypeLoadException: Could not load type 'umbraco.presentation.LiveEditing.Utility' from assembly 'umbraco, Version=1.0.5780.28255, Culture=neutral, PublicKeyToken=null'.]
Census.Events.PageEvents.AddToolbarButton(umbracoPage page) +0
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34248
umbraco.presentation.LiveEditing.Utility was removed in 7.0 but I guess you still have the dll in your bin folder. Take a backup of your files and remove the dll from your bin folder, I'm pretty sure you will get some more errors on other dlls too.
Also make sure it's not referenced anymore in web.config files or \config\ClientDependency.config.
Error in back end after upgrading to 7.3
Hi I'm trying to upgrade from 6.2.0 to 7.3.1
When I click on any of the templates or partial views i get the following error:
Server Error in '/' Application.
Could not load type 'umbraco.presentation.LiveEditing.Utility' from assembly 'umbraco, Version=1.0.5780.28255, Culture=neutral, PublicKeyToken=null'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.TypeLoadException: Could not load type 'umbraco.presentation.LiveEditing.Utility' from assembly 'umbraco, Version=1.0.5780.28255, Culture=neutral, PublicKeyToken=null'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[TypeLoadException: Could not load type 'umbraco.presentation.LiveEditing.Utility' from assembly 'umbraco, Version=1.0.5780.28255, Culture=neutral, PublicKeyToken=null'.] Census.Events.PageEvents.AddToolbarButton(umbracoPage page) +0 System.Web.UI.Control.LoadRecursive() +71 System.Web.UI.Control.LoadRecursive() +190 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34248
I followed the manual upgrade instructions.
Any ideas what I've done wrong?
Thanks in advance Kerri
Hi, Does anyone have any ideas on this? Thanks, Kerri
Hi Kerri,
Hope this link http://issues.umbraco.org/issue/U4-1613 will give you some info.
Canvas / Live editing has been removed in version 7+
Please remove the
<EnableCanvasEditing>
element from /config/umbracoSettings.configHi Kerri,
umbraco.presentation.LiveEditing.Utility was removed in 7.0 but I guess you still have the dll in your bin folder. Take a backup of your files and remove the dll from your bin folder, I'm pretty sure you will get some more errors on other dlls too.
Also make sure it's not referenced anymore in web.config files or \config\ClientDependency.config.
is working on a reply...