当我向我的ASP.NETMVC应用程序添加单元测试以测试一些区域路由时,我从System.Web.Complication.CompilationLock类型的初始化器中得到了一个HttpExceptionSystem.Web.HttpException : The type initializer for 'System.Web.Compilation.CompilationLock' threw anexception.
----> System.TypeInitializationException :
The ASP.NET application pathSystem.Reflection.TargetInvocationException:been thrown by theSystem.Web.HttpException: The type'System.Web.Compilation.CompilationLock'
threw an exception. ---&
我只想知道MVC for .net framework的最新版本。
谷歌搜索并没有发现任何关于MVC history and the latest version的信息。http://www.asp.net/mvc的这个站点为MVC 5提供了教程。这是否意味着MVC 5是最新的?我还在谷歌上找到了一些提到NuGet Gallery | Lib.Web.Mvc 6.0.1的网站。那么,6.1是最新的吗?