Visual Studio 2012 SPA Template /Help/index.cshtml file was throwing your error.

@using System.Web.Http @using System.Web.Http.Description <=== CS0234: The type or namespace name 'Description' does not exist in the namespace 'System.Web.Http' (are you missing an assembly reference?)


Solution: Set "Copy Local : True" in properties for References\System.Web.Http

http://stackoverflow.com/questions/12271431/system-web-http-description-is-missing-from-add-reference-list

相关文章:

  • 2021-12-25
  • 2022-12-23
  • 2021-10-06
  • 2022-12-23
  • 2021-11-02
  • 2021-09-09
  • 2021-07-16
  • 2021-03-27
猜你喜欢
  • 2021-10-10
  • 2022-12-23
  • 2022-02-06
  • 2021-06-20
  • 2021-04-09
  • 2021-09-04
  • 2022-12-23
相关资源
相似解决方案