C# and SQL Server CE - Data Source Keyword Not Supported
问题 I am trying the following solution and not having much luck: How can i update app.config connectionstring Datasource value in C#? The code I have is: Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); // Because it's an EF connection string it's not a normal connection string // so we pull it into the EntityConnectionStringBuilder instead EntityConnectionStringBuilder efb = new EntityConnectionStringBuilder( config.ConnectionStrings