Error: Entity framework Keyword not supported: 'provider connection string'. http://msdn.microsoft.com/en-us/library/cc716709%28v=vs.90%29.aspx To copy model and mapping files to the output directory Double-click the .edmx file in Solution Explorer . The file opens in the Entity Designer. Right-click an empty section of the design surface and select Properties . The Visual Studio Properties window appears. Set the value of the Metadata Artifact Processing property to Copy to Output Directory . And the other issue could be the Connection Strings: There are two of them. ADO connection string: <add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient" /> Entit...
From the tech stacks I climbed and learned