Hi
Error - The name Scripts does not exist in the current context
@Scripts.Render("~/bundles/jquery")
Thanks
Hi ramco1917,
Make sure in ~/Views/Web.Config file System.Web.Optimization namespace present. If not add it.
<system.web.webPages.razor> <pages> <namespaces> <add namespace="System.Web.Optimization"/> </namespaces> </pages> </system.web.webPages.razor>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.