相关疑难解决方法(0)

更新数据库时System.Resources.MissingManifestResourceException

我将我正在处理的Web应用程序从一台机器移动到另一台机器.它是使用.Net MVC和Entity Framework构建的,但是当我执行Update-Database命令以便更新数据库时,我收到此错误:

Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "NameofMigration.resources" was correctly embedded or linked into assembly "NameofProject" at compile time, or that all the satellite assemblies required are loadable and fully signed.
Run Code Online (Sandbox Code Playgroud)

有谁知道如何解决这个错误?

entity-framework asp.net-mvc-4 ef-migrations

9
推荐指数
2
解决办法
3880
查看次数