How can I get Glimpse to work with EF6?
问题 EDIT : stack trace added at bottom. I have an ASP.NET MVC 5 project that uses a SQL Server database via Entity Framework 6. I added Glimpse (and Glimpse.MVC5) to the project, and that works fine. However, when I add Glimpse.EF6, my application throws an exception as soon as it attempts to access the database. The exception is: System.NotSupportedException Unable to determine the provider name for provider factory of type 'System.Data.SqlClient.SqlClientFactory'. Make sure that the ADO.NET