当前位置:  开发笔记 > 编程语言 > 正文

EF添加迁移抛出System.OutOfMemoryException

如何解决《EF添加迁移抛出System.OutOfMemoryException》经验,为你挑选了1个好方法。

当我尝试通过PM添加迁移文件时,我得到内存不足异常.其他人之前遇到过这个问题并碰巧知道如何修复它?到目前为止,我已经尝试重新安装VS 2013无济于事

监视我的内存使用情况我有12GB可用,并且在添加迁移运行时使用的内存少于8,所以应该可以使用.以下是输出

PM> add-migration test

System.OutOfMemoryException:抛出了类型'System.OutOfMemoryException'的异常.在
System.Data.Entity.Migrations.Design.ToolingFacade.Run(BaseRunner runner)的System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)处于System.Data.Entity.Migrations.Design.ToolingFacade.Scaffold(String migrationName,String language,String)位于System.Data.Entity.Migrations.AddMigrationCommand.Execute(String name,Boolean force,Boolean ignoreChanges)的System.Data.Entity.Migrations.AddMigrationCommand.<> c__DisplayClass2.<.ctor> b__0()at的rootNamespace,Boolean ignoreChanges) System.Data.Entity.Migrations.MigrationsDomainCommand.Execute(Action command)抛出了类型'System.OutOfMemoryException'的异常.

Ciaran Galla.. 16

在这种情况下,只需重新启动Visual Studio即可.



1> Ciaran Galla..:

在这种情况下,只需重新启动Visual Studio即可.


是的,重新启动后对我有用。这就是为什么我们认为“重启”是一种神奇的解决方案!
推荐阅读
kikokikolove
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有