I have updated EF5 to 6 and MiniProfiler.Ef to 2.0.3
I am having issues to run the application now. As per the suggestion by https://github.com/SamSaffron/MiniProfiler/pull/142 I have updated my Web.Config to access the MiniProfiler Provider for the EntityFramework.
But the MiniProfiler.EntityFramework doesn't have a method named EFProfiledSqlClientDbProviderServices
and I couldn't find a method which returns System.Data.Entity.Core.Common.DbProviderServices
Could anyone please help me to fix the issue to connect EntityFramework6 with MiniProfiler.Ef
Side note I am using StructureMap for depedency injection.