MVC 3 - Exception Details: System.InvalidOperationException
问题 I trying get all data from my two tables but I have a lot of compile problems. Do you know where is it problem? Also I would like to declaration two tables here return "View(repository.Towar);" Now is visible one but I don`t know what should I do also this "se.Towar_zakupiony". I found solution myself: code: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using SportsStore.Abstract; using SportsStore.Entities; namespace SportsStore