我在数据库中新加了一个表,在model中手动添加了关于这个表的相关信息,业务逻辑就是简单的访问这个新加的表的内容,但是报出如下错误:
Mapping and metadata information could not be found for EntityType 'JcqSolutions.JcqCommerce.BusinessLogic.Content.AdvertismentsManagement
.Advertisment'.
有人说链接路径不对,我的链接路径如下:
<connectionStrings>
<add name="JcqEntities" connectionString="metadata=res://*/Data.JcqModel.csdl|res://*/Data.JcqModel.ssdl|res://*/Data.JcqModel.msl;provider=System.Data.SqlClient;provider connection string="Data Source=jcqServer;Initial Catalog=jcqCommerce;Persist Security Info=True;User ID=jcqDBUser;Password=dgs2002;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient"/>
</connectionStrings>
如果觉得我问题描述的不清楚,下面超链接的内容和我的挺像,希望高手帮帮忙,刚接触linq,不知道怎么下手
http://social.msdn.microsoft.com/Forums/zh-CN/adodotnetentityframework/thread/e148055a-345e-47b5-89aa-bbf22659ff76
你要在CS文件和XML都加才行