More of a note to myself, but it may help someone else out too.Been brushing up on EF lately, and as such the Pluralsight courses I've been going through use LocalDB with Entity Framework. Of course, I'd rather use my local default instance of SQL Server. So I had to change a couple of things within app.config, underlined below. <?xml version="1.0" encoding="utf-8"?><co... <configSections> <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwl... ......