我正在開發nopcommerce插件並在母版頁中調用部分視圖。但加載顯示此錯誤: CS1061: 'System.Web.Mvc.HtmlHelper' does not contain a definition for 'Patial' and no extension method 'Patial' accepting a first argument of type 'System.Web.
這是我試圖將數據保存到我的表時得到的錯誤。 錯誤: An exception of type 'System.Data.Entity.Infrastructure.DbUpdateException' occurred in EntityFramework.dll but was not handled in user code Additional information: Unable to
我有一個表單,我發佈了2個不同的文件,屬於我的Db表中的2個不同的值。 例如, file1=user image,file2=user company logo。 所以我需要附加文件的URL到它的分貝值與我viewModel, 是這樣的:(行不通) public ActionResult Create(LectureFormViewModel viewModel)
{
for