0

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...

4

1 回答 1

3

你是从 NuGet 包管理器安装的吗?我认为这就是你面临这个问题的原因

Install-Package Microsoft.AspNet.Web.Optimization
于 2013-10-01T08:48:46.800 回答