Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Inherited a site whereby we are unable to delete any content nodes in the back-end.
We get the following error message when attempting to delete a content node.
{ "Message":"Exceptionhasbeenthrownbythetargetofaninvocation.", "StackTrace":"atSystem.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfomethod,Objecttarget,Object[]arguments,SignatureStruct&sig,MethodAttributesmethodAttributes,RuntimeTypetypeOwner)\r\natSystem.Reflection.RuntimeMethodInfo.Invoke(Objectobj,BindingFlagsinvokeAttr,Binderbinder,Object[]parameters,CultureInfoculture,BooleanskipVisibilityChecks)\r\natSystem.Delegate.DynamicInvokeImpl(Object[]args)\r\natumbraco.cms.businesslogic.CMSNode.FireCancelableEvent[T](EventHandler`1cancelableEvent,Objectsender,TeventArgs)\r\natumbraco.cms.businesslogic.CMSNode.Move(CMSNodeparent)\r\natumbraco.cms.businesslogic.web.Document.MoveToTrash()\r\natumbraco.contentTasks.Delete()\r\natumbraco.presentation.webservices.legacyAjaxCalls.Delete(StringnodeId,Stringalias,StringnodeType)", "ExceptionType":"System.Reflection.TargetInvocationException" }
Looking at the network call (/umbraco/webservices/legacyAjaxCalls.asmx/Delete) we are getting the following error
Request format is unrecognized for URL unexpectedly ending in '/Delete'.[InvalidOperationException: Request format is unrecognized for URL unexpectedly ending in '/Delete'.] System.Web.Services.Protocols.WebServiceHandlerFactory.CoreGetHandler(Type type, HttpContext context, HttpRequest request, HttpResponse response) +743714 System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext context, String verb, String url, String filePath) +308 System.Web.Script.Services.ScriptHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String pathTranslated) +89 System.Web.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +490 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +375
Any ideas on how to resolve this?
Hi,
I am getting the same error message when trying to delete node in my custom section. Have you solved it?
I am using umbraco 6.1.6
Yasir
I got it i missed the configuration of delete method in UI.XML
The delete erroring I'm experiencing is not in a custom section, it is in the Content section.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Unable to delete nodes in 4.7.2
Inherited a site whereby we are unable to delete any content nodes in the back-end.
We get the following error message when attempting to delete a content node.
Looking at the network call (/umbraco/webservices/legacyAjaxCalls.asmx/Delete) we are getting the following error
Any ideas on how to resolve this?
Hi,
I am getting the same error message when trying to delete node in my custom section. Have you solved it?
I am using umbraco 6.1.6
Yasir
I got it i missed the configuration of delete method in UI.XML
Yasir
The delete erroring I'm experiencing is not in a custom section, it is in the Content section.
is working on a reply...