How do I see which version of MVC is installed?

前端 未结 8 1641
一向
一向 2020-12-29 20:25

How can I tell which version of MVC (i.e. MVC 2 Beta, MVC 2 RC) is installed on my machine?

8条回答
  •  梦毁少年i
    2020-12-29 20:54

    The ASP.NET programs folder is the best place to look as it will show the versions in folders. To note though, if you installed Visual Studio 2012, then it installed both versions MVC3 and MVC4.

提交回复
热议问题