我一直在關注以下教程Asp.Net核心「已從與其基礎RCW分開,不能使用COM對象」:添加遷移EF核心 - 錯誤:
https://docs.efproject.net/en/latest/platforms/aspnetcore/new-db.html
我已經添加了工具:(Microsoft.EntityFrameworkCore.Tools -Pre),並在向其他Asp.Net MVC項目添加遷移時按照慣例完成,但在運行命令「add-migration test」時,出現以下錯誤:
PM> add-migration test
add-migration : COM object that has been separated from its underlying RCW cannot be used.
At line:1 char:1
+ add-migration test
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [Add-Migration], InvalidComObjectException
+ FullyQualifiedErrorId : System.Runtime.InteropServices.InvalidComObjectException,Add-Migration
PM>
我試過重新安裝VS2015並重新安裝update3和ASP.Net Core插件,但無效。
你解決這個問題了嗎?如果是的話如何? – Krazibit312
對不起,我已經轉移到另一個項目不使用ASP.Net核心.. – Peterbom
謝謝,設法通過主系統命令提示符。 cd到項目目錄並運行dotnet ef ... – Krazibit312