RSS

Entity Framework Exception “The underlying provider failed on Open”

02 Mar

When trying to query data from Entity Framework, my code always return the following error:

The underlying provider failed on Open.

Here’s the screenshot.

Turn out the problem was on the Connection String for the entity.

In the config file, we have to include “Password” parameter in “connectionString” attribute.

<connectionStrings>
    <add name="SomeEntities" connectionString="metadata=res://*/Models.DB.csdl|res://*/Models.DB.ssdl|res://*/Models.DB.msl;provider=System.Data.SqlClient;provider connection string=&quot;Data Source=SERVER\INSTANCE;Initial Catalog=Database;User ID=username;Password=password;MultipleActiveResultSets=True&quot;" providerName="System.Data.EntityClient" />
</connectionStrings>

Whoolaa, it works now!

UPDATE (03.07.2011): If you still see this error message when running on IIS, please read this post.

About these ads
 
3 Comments

Posted by on March 2, 2011 in Programming

 

Tags: , ,

3 Responses to Entity Framework Exception “The underlying provider failed on Open”

  1. Lloyd Hasson

    August 13, 2012 at 9:43 pm

    Wow, it worked! Thanks very much. Brilliant!

     
  2. sojansojanchandy

    March 3, 2013 at 10:40 pm

    it didnt work for me.i already password had any suggesssion

     

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

 
Follow

Get every new post delivered to your Inbox.

Join 29 other followers

%d bloggers like this: