Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Aug 08, 2011 06:44 PM by CypressBender
Member
677 Points
340 Posts
May 09, 2011 07:09 AM|LINK
I got this error
Unable to retrieve metadata for * Unable to find the requested .Net Framework Data Provider. It may not be installed.
When I was following this tutorial
http://www.asp.net/mvc/tutorials/getting-started-with-mvc3-part5-cs
ANY?
May 09, 2011 08:31 AM|LINK
I changed the web.config to this.
<add name="MovieDBContext" connectionString="data source=X-PC;Integrated Security=SSPI;User Instance=true; Initial Catalog=X" providerName="System.Data.SqlClient" />
and it works
2 Points
1 Post
Aug 08, 2011 06:44 PM|LINK
I installed Microsoft SQL Server Compact 4.0, and that fixed the problem for me.
levalencia
Member
677 Points
340 Posts
Unable to retrieve metadata for * Unable to find the requested .Net Framework Data Provider. It m...
May 09, 2011 07:09 AM|LINK
I got this error
Unable to retrieve metadata for * Unable to find the requested .Net Framework Data Provider. It may not be installed.
When I was following this tutorial
http://www.asp.net/mvc/tutorials/getting-started-with-mvc3-part5-cs
ANY?
levalencia
Member
677 Points
340 Posts
Re: Unable to retrieve metadata for * Unable to find the requested .Net Framework Data Provider. ...
May 09, 2011 08:31 AM|LINK
I changed the web.config to this.
<add name="MovieDBContext" connectionString="data source=X-PC;Integrated Security=SSPI;User Instance=true; Initial Catalog=X" providerName="System.Data.SqlClient" />
and it works
CypressBende...
Member
2 Points
1 Post
Re: Unable to retrieve metadata for * Unable to find the requested .Net Framework Data Provider. ...
Aug 08, 2011 06:44 PM|LINK
I installed Microsoft SQL Server Compact 4.0, and that fixed the problem for me.