ho cercato di filo-up un MiniProfiler a un progetto esistente che ha usato il codice EF6 prima, aaaand semplicemente mi fa impazzire adesso :)MiniProfiler con EntityFramework 6 Codice primo
Il problema è che di default MiniProfiler lavora con EF 4.1 e 6.0 hanno implementato il tipo di soluzione rapida https://github.com/SamSaffron/MiniProfiler/pull/134
Ma sembra che non funzioni per me. Ogni Sto lanciando applicazione che ho appena ottenere la seguente eccezione:
System.InvalidOperationException: The Entity Framework provider type 'StackExchange.Profiling.Data.EFProfiledSqlClientDbProviderServices, MiniProfiler.EntityFramework6' registered in the application config file for the ADO.NET provider with invariant name 'System.Data.SqlClient' could not be loaded. Make sure that the assembly-qualified name is used and that the assembly is available to the running application. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.
Qualcuno ha affrontato problema simile? Grazie!