Keyword not supported: “data source” initializing Entity Framework Context

The real reason you were getting this error is because of the " values in your connection string.

If you replace those with single quotes then it will work fine.

https://learn.microsoft.com/archive/blogs/rickandy/explicit-connection-string-for-ef

(Posted so others can get the fix faster than I did.)

Leave a Comment