Sunday 3 March 2013

How to fix error Unable to retrieve metadata for '' Using the same DbCompiledModel to create ...

How to fix error
Unable to retrieve metadata for ''.  Using the same DbCompiledModel to create ...



Watch on you tube









To fix it replace in Web.config in connection string
providerName="System.Data.SqlServerCe.4.0"
with
providerName="System.Data.SqlClient"

No comments:

Post a Comment