Hello
Am using Entity Framework for application. the problem is that I am using Entity Framework to perform action with my database , which is working fine. but for some other reason i need to perform other purpose using Sql Connection to Store and Retrieve data from database. but getting error keyword not supported 'metadata'
My connection string is
<add name="AutoDBEntities" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=System.Data.SqlClient;provider connection string="data source=LAPTOPxxxxxx;initial catalog=AutoDB;user id=sa;password=xccccc;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
Please i will appreciate if this could be solved out.
Thank you