sql server - "Unable to load the specified metadata resource" ASP.NET -
i getting error "unable load specified metadata resource
". new asp.net , following tutorial:
http://www.asp.net/web-forms/tutorials/tailspin-spyworks/tailspin-spyworks-part-2
i using visual studio 2012 , ms server 2012 unlike tutorial , chose new website not web app when starting site.
i created entity data source control , created ado.net entity data entry database provided. when try use control error.
i read connection string here mine. have spent hours trying fix it, can help?
here connection string:
<add name="entities" connectionstring=" metadata=res://*/data_access.edm_commerce.csdl| res://*/data_access.edm_commerce.ssdl| res://*/data_access.edm_commerce.msl; provider=system.data.sqlclient;provider connection string='data source=owen;initial catalog=commerce.mdf;integrated security=true;multipleactiveresultsets=true;app=entityframework';" providername="system.data.entityclient" />
i have tried changing connection string :
<add name="entities" connectionstring=" metadata=res://*/; provider=system.data.sqlclient;provider connection string='data source=owen;initial catalog=commerce.mdf;integrated security=true;multipleactiveresultsets=true;app=entityframework';" providername="system.data.entityclient" />
when don't error defaultcontainername has no options.
thanks.
Comments
Post a Comment