I'am getting an error in my console application program and it says :
No connection string named 'SimpleBankEntities' could be found in the application config file.
However, I added entityFramework as a Reference. Also I have everything in my app.config file. Here is my <connectionStrings>
:
<connectionStrings>
<add name="SimpleBankEntities" connectionString="metadata=res://*/SimpleBankModel.csdl|res://*/SimpleBankModel.ssdl|res://*/SimpleBankModel.msl;provider=System.Data.SqlClient;provider connection string="data source=.;initial catalog=Training;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
</connectionStrings>
Thanks a lot, have a nice day !
If you need something more than that, please let me know.