EF完成第一次查询所花费的50秒(与相同或类似的查询在温暖时相比毫秒)使我的MVC网站看起来很糟糕。我真的需要让预编译的视图正常工作。
我尝试过电动工具但是当我运行'生成视图'时,VS12输出窗口显示
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.DbContextPackage.Utilities.EdmxUtility.GetMappingCollectionEF6(Assembly ef6Assembly, String& containerName)
at Microsoft.DbContextPackage.Handlers.OptimizeContextHandler.OptimizeEdmx(String inputPath)
可以生成视图的T4模板似乎仅用于代码。
如何让电动工具正常工作或是否有另一种预生成视图的方法?