TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sreekanth v
NA
51
0
Error in Entity Framework
Jan 16 2012 10:59 AM
I am using Entity Framework in my project but i am getting error like this
The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid.
in app.config file
<configuration> <connectionStrings> <add name="NorthwindEntities" connectionString='metadata=res://*/NorthwinEntities.csdl|res://*/NorthwinEntities.ssdl|res://*/NorthwinEntities.msl;provider=System.Data.SqlClient;provider connection string="data source=TRIOM;initial catalog=Northwind;integrated security=True;multipleactiveresultsets=True"' providerName="System.Data.EntityClient" /> </connectionStrings> </configuration>
please help me
thank you.
Reply
Answers (
1
)
how to insert into two tables from one button click?
Datalist and datagrisview i .net