I solvedfound a solution to this problem, my app.config
My app.config was missing a section name in configSections :configSections:
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> I simply added it and it worked.