Have installed:
- Glimpse 1.8.6
- Glimpse.Ado 1.7.3
- Glimpse.AspNet 1.9.2
- Glimpse.EF6 1.6.5
- Glimpse.Mvc5 1.5.3
in an MVC5 project using EF 6.1.3
I create my connection with a simple using (var db = new DbModel())
where DbModel
inherits from DbContext
.
I have confirmed that my connection string contains providerName="System.Data.SqlClient"
Any thoughts on why the sql tab is not enabled?