I am building a MVC 3 application. I just added a ADO.NET entity data model. When i try to build the solution, it gives the following error
The type or namespace name 'ScriptBundle' could not be found (are you missing a using directive or an assembly reference)
I already have reference to Microsoft.AspNet.Web.Optimization. Please help...