Why is System.Web.Mvc not listed in Add References?

后端 未结 14 2630
日久生厌
日久生厌 2020-12-12 23:25

Using C#, Visual Studio 2010.

There is a namespace called System.Web.Mvc documented on MSDN. The documentation for all the types in that namespace says that they are

14条回答
  •  难免孤独
    2020-12-12 23:58

    "OK, adding that XML to the Web.config works, but it doesn’t answer the question"

    It should be there. By default the add references list seems to be ordered, but its not the case. Hit the name header and look again.

提交回复
热议问题