Server Error in '/' Application. Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS0234: The type or namespace name 'Optimization' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) Source Error: Line 17: <pages> Line 18: <namespaces> Line 19: <add namespace="System.Web.Optimization" /> Line 20: </namespaces> Line 21: <controls> Source File: .../WebApp2/Web.config Line: 19 Show Detailed Compiler Output: Show Complete Compilation Source: Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
install-package Microsoft.AspNet.Web.Optimization
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)