Mohsin Arif

Mohsin Arif

  • 283
  • 6k
  • 130.8k

Bundle in MVC show error?

Feb 24 2020 11:53 PM
hello guys,
please clear me thing, i am using bundles in MVC project but when i call bundle in specific view like this 
  1. @Scripts.Render("~/bundles/switch")  
it shows error 
but when i add refrence top of the view like this 
  1. @using System.Web.Optimization  
 then fine,
so here is my qustion have i to insert this refrence in all specific page. where i want to use bundle. 
 
thanks in advance  

Answers (1)