用户代码未处理 EntityException
IEnumerable<T_StartClass> list = (from sc in db.T_StartClass orderby sc.SC_ID descending select sc).Take(top).ToList();
用户代码未处理 EntityException
是不是数据库没联上!
<add name="DataBaseContainer" connectionString="metadata=res://*/DataBase.csdl|res://*/DataBase.ssdl|res://*/DataBase.msl;provider=System.Data.SqlClient;provider connection string="data source=.\sql2008;initial catalog=ZZQY;user id=sa;password=sa;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient" /> 这不知道怎么样理解,书上没写跪求大大们求解
阅读全文>>
------解决方案--------------------
做个断电跟踪一下,一步一步调总归会找到问题所在的