Upgrade From 7.1.4 to Latest Version - SetupCompositionsPane() Error?
I've upgraded to the latest Umbraco, and everything seems to be working apart from the DocTypes.
If I open up a docType I get Object reference not set to an instance of an object error? Anyone else get this? Was there a config or SQL db change I need to check for?
Object reference not set to an instance of an object.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
umbraco.controls.ContentTypeControlNew.SetupCompositionsPane() +3433
umbraco.controls.ContentTypeControlNew.OnInit(EventArgs e) +140
System.Web.UI.Control.InitRecursive(Control namingContainer) +134
System.Web.UI.Control.InitRecursive(Control namingContainer) +290
System.Web.UI.Control.InitRecursive(Control namingContainer) +290
System.Web.UI.Control.InitRecursive(Control namingContainer) +290
System.Web.UI.<InitRecursiveAsync>d__0.MoveNext() +277
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +11846300
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +53
System.Web.Util.WithinCancellableCallbackTaskAwaiter.GetResult() +31
System.Web.UI.<ProcessRequestMainAsync>d__14.MoveNext() +2343
Upgrade From 7.1.4 to Latest Version - SetupCompositionsPane() Error?
I've upgraded to the latest Umbraco, and everything seems to be working apart from the DocTypes.
If I open up a docType I get Object reference not set to an instance of an object error? Anyone else get this? Was there a config or SQL db change I need to check for?
Sorted. I disabled resharper and re-installed Umbraco via nuget. Seems to work now.
is working on a reply...