The error i\'m getting is An exception of type
\'System.Data.SqlClient.SqlException\' occurred in EntityFramework.dll but was not handled in user code.
Your EF connection string is using the "old" (since VS 2015 if I'm not mistaken**) way of connecting to localdb. You can see your DefaultConnection using the "new" way.
localdb
DefaultConnection
So: