This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hello, Using original package without any modification I get the following error when I click the expand icon of treeview menu:
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 405
And this is logged:
System.Web.HttpException (0x80004005): The HTTP verb POST used to access path '/' is not allowed. at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
VS2010 - .Net4 - IE8+Firefox+Opera
Thanks
You did not mention what skin you are using with a treeview menu, but in any case errors such as this happen sometimes in Visual Studio Web Server but do not happen in IIS production environments.
Thanks for reply,
It happens in all themes.As you said the interesting thing is that it only happens in VS and not IIS and only in the homepage.Thanks anyway