我正在MVC應用程序內部的asp.net核心中工作。我正在使用基於模型創建視圖和控制器的腳手架功能。以下是我正在使用的模型: class ShoppingList
{
public int ShoppingListId { get; set; }
public string Name { get; set; }
public List<string> ListIte
每次我克隆Abp.ModuleZero到我的機器當我運行nuget命令更新數據庫錯誤告訴我,當我在viusal工作室中構建解決方案項目不建立並顯示錯誤列表控制檯窗口 許多錯誤大多是這樣的: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly