asp .net mvc exception sections have been defined but have not been rendered Edit
The following sections have been defined but have not been rendered for the layout page "~/Views/Shared/_layout_yourlayout.cshtml": "Scripts".
Exception Details: System.Web.HttpException: The following sections have been defined but have not been rendered for the layout page "~/Views/Shared/_LayoutWithoutSideMenu.cshtml": "Scripts".
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.
Solution
the solution here is to go to .cshtml view page and remove the script code shown below
@section Scripts { @Scripts.Render("~/bundles/jqueryval") }