I've installed version 2 beta of Dewd Package on an umbraco with version 6.1.6 but when I go to the custom section I get the following error:
in console I get this:
/umbraco/webservices/TreeClientService.asmx/GetInitAppTreeData 500 (Internal Server Error)
and when I go above url I get this:
Server Error in '/' Application.
Request format is unrecognized for URL unexpectedly ending in '/GetInitAppTreeData'.
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.InvalidOperationException: Request format is unrecognized for URL unexpectedly ending in '/GetInitAppTreeData'.
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: Request format is unrecognized for URL unexpectedly ending in '/GetInitAppTreeData'.]
System.Web.Services.Protocols.WebServiceHandlerFactory.CoreGetHandler(Type type, HttpContext context, HttpRequest request, HttpResponse response) +489333
System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext context, String verb, String url, String filePath) +212
System.Web.Script.Services.ScriptHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String pathTranslated) +47
System.Web.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +346
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18055
Hi Ali, there's a new version of the package on CodePlex that will solve the above issue: https://dewd.codeplex.com/releases/view/118609. Let me know if you experience any problems with it.
version 2, error 500
Hi
I've installed version 2 beta of Dewd Package on an umbraco with version 6.1.6 but when I go to the custom section I get the following error:
in console I get this:
and when I go above url I get this:
any idea?
Thanks
Ali
Hi Ali,
Wierd. I'll check it out tonight and get back to you.
- Sune
Thanks Sune, I've also tried it with XML example but still no luck
Hi Ali, just letting you know, I've been able to reproduce the error. Working on a solution.
Thank you so much Sune.
Hi Ali, there's a new version of the package on CodePlex that will solve the above issue: https://dewd.codeplex.com/releases/view/118609. Let me know if you experience any problems with it.
- Sune
is working on a reply...