entity-framework – 实体框架Add-Migration失败,出现“找不到程
发布时间:2020-12-16 09:13:17 所属栏目:asp.Net 来源:网络整理
导读:在Visual Studio中使用Package Manage Console,当我在Company.Project1(.NET Core 1.1)上运行“Add-Migration MyMigrationName”时出现错误 Could not find assembly 'C:pathtomysolutionCompany.Project2.binDebugnetcoreapp1.1Company.Project1.
在Visual Studio中使用Package Manage Console,当我在Company.Project1(.NET Core 1.1)上运行“Add-Migration MyMigrationName”时出现错误
Could not find assembly 'C:pathtomysolutionCompany.Project2.binDebugnetcoreapp1.1Company.Project1.dll'. 解决方法
您正在运行迁移的项目必须是启动项目.
(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- asp.net – 缓存SELECT语句的结果,以便在多个查询中重用
- asp.net – 如何防止asp:FormView作为表格呈现?
- asp.net-mvc – ASP.NET MVC – CustomeAuthorize使用外部网
- .net-assembly – 如何将DNU WRAP用于不在ASP.Net项目解决方
- 如何以编程方式单击ASP.NET网页上的按钮?
- asp.net – 多个项目Visual Studio 2015 npm
- asp.net – Handles子句需要在包含类型或其基类型之一中定义
- asp.net-mvc-3 – MVC3值不能为null 参数名称:值
- 无法从ASP.NET登录页面访问CSS文件
- asp.net-mvc-3 – 有没有办法迭代ASP.NET MVC3站点中的所有
推荐文章
站长推荐
- asp.net-mvc-4 – 使用@keyframes缩小CSS时出错
- asp.net-mvc – ASP.NET MVC显示格式不会将DateT
- asp.net-mvc-3 – ASP.NET MVC3从https重定向到h
- asp.net-mvc – MVC:404路由在生产中无法正常工
- asp.net – 如何将trace.axd导出到文件
- asp.net-core – ASP.NET Core – Swashbuckle没
- asp.net-mvc – 如何通过保持’templateurl’原样
- asp.net – 在Azure WebApp / Website中使用Wind
- asp.net – 如何将CssClass应用于DataGrid Hyper
- asp.net – RequiredFieldValidator要求用户单击
热点阅读