4

Glimpse SQL Tab is disabled. Has anyone faced this issue?

I checked the following:

  • Glimpse ADO.NET enabled in the configuration.
  • All connection strings have provider name set as System.Data.SqlClient
  • No additional requests in the history tab.
  • how are your connections created? Make sure you use the `DBProviderFactories` as this is where Glimpse is hooking in – cgijbels Aug 03 '15 at 08:30
  • Thanks for the information, I am using normal sqlconnection objects and that is why I am not seeing SQL tab. After seeing your response, I searched the documentation and found this article [link]http://getglimpse.com/Docs/Manual-ADO-Integration – Manigandan Dorairaj Aug 03 '15 at 15:35
  • If possible try to use the `DBProviderFactories` approach, that way your code is not taking a direct reference on the Glimpse assemblies – cgijbels Aug 03 '15 at 19:39
  • Yes, thanks, I too considered same approach. There are lot of changes needed in the DAL :( – Manigandan Dorairaj Aug 04 '15 at 04:57

0 Answers0