entity framework - How do you include existing migrations into a VS 2013 project? -
i excluded migrations project in visual studio , want add them back.. noticed there 3 files per migration... 2 .cs
, 1 .resx
...
when add them , compile, try , run migrations via update-database
error:
could not find resources appropriate specified culture or neutral culture. make sure "..." correctly embedded or linked assembly "..." @ compile time, or satellite assemblies required loadable , signed.
i selected of files , changed properties embedded resource
Comments
Post a Comment