I have just upgraded Visual Studio from 2008 to 2015 and attempted to execute my prior website that uses the Entity Framework and discovered many errors.  These errors state: 'DataClassesDataContext' does not contain a constructor that takes 0 arguments.  Why does 2015 VS expect arguments with the 'DataClassesDataContext' constructor when the 2008 version did not?
Maurice

Go to the complete details ...