Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 EF 4.3 迁移插入一些示例数据(种子数据)。
问题是我想从 xml 文件中读取数据。但是当我运行Update-Databasecmdlet 时,我得到了类似 Could not find a part of the path 'C:\SampleData\'.
Update-Database
Could not find a part of the path 'C:\SampleData\'
当我Update-Database从我的 powershell 控制台运行时,是否有将工作目录设置为当前项目文件夹。
提前致谢。
我在那里回答了你的问题http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/thread/437709c0-6933-4ccb-8995-02438500b68b
:)