Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Lee 1130 posts 3088 karma points
    Sep 15, 2014 @ 11:01
    Lee
    0

    Error Deleting Properties On Nodes - Object Not Set To An Instance?

    We have a site running v7.1.5 and whenever we try and delete a property off a docType we get the following error? Anyone else had this?

    Object reference not set to an instance of an object.
    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.NullReferenceException: Object reference not set to an instance of an object.
    
    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: 
    
     [NullReferenceException: Object reference not set to an instance of an object.]
       System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase) +412
       System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData) +10896724
       System.Action`1.EndInvoke(IAsyncResult result) +0
       umbraco.controls.ContentTypeControlNew.EndAsyncDeleteOperation(IAsyncResult ar) +242
       System.Web.UI.<ExecuteAsync>d__3.MoveNext() +337
       System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +93
       System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +52
       System.Web.UI.<ExecuteTasksAsync>d__0.MoveNext() +392
       System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +93
       System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +52
       System.Web.UI.<ProcessRequestAsync>d__2c.MoveNext() +896
    
  • Jeroen Breuer 4908 posts 12265 karma points MVP 5x admin c-trib
    Sep 15, 2014 @ 15:35
    Jeroen Breuer
    1

    Hello,

    This should be fixed in Umbraco 7.1.6.

    Jeroen

  • Jeroen Breuer 4908 posts 12265 karma points MVP 5x admin c-trib
    Sep 17, 2014 @ 12:07
    Jeroen Breuer
    0

    Hi did upgrading to Umbraco 7.1.6 fixed it?

    Jeroen

  • Eric Schrepel 161 posts 226 karma points
    Oct 16, 2014 @ 01:43
    Eric Schrepel
    0

    Updated: This continues to be an issue in 7.2.1, can't modify properties or tabs in several of our document types (and no document types are based on or descendants of others). Since 90% of of our content is based on 2-3 document types throwing these errors, we'd rather not export/import the doctype then reassign all those content nodes to the new document type (per this article), but if that's the answer, we'll give it a shot.

    We're having something slightly different in 7.1.7, trying to delete a property from a Document Type, and getting this error:

    Exception Details: System.InvalidOperationException: This SqlTransaction has completed; it is no longer usable.
    
    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: 
    
    
    [InvalidOperationException: This SqlTransaction has completed; it is no longer usable.]
       System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase) +508
       System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData) +401
       System.Action`1.EndInvoke(IAsyncResult result) +0
       System.Web.UI.<ExecuteAsync>d__3.MoveNext() +603
       System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +144
       System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +84
       System.Web.UI.<ExecuteTasksAsync>d__0.MoveNext() +507
       System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +144
       System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +84
       System.Web.UI.<ProcessRequestAsync>d__2c.MoveNext() +1145
    
Please Sign in or register to post replies

Write your reply to:

Draft