Activity overview
Latest activity by Simon Train
Same problem for me. Installed SSMS 22.4.1 and get this error and no SQL Prompt functionality; unusable. Tried re-installing latest SQL Prompt - same problem. Rolled back to SSMS 22.3.3 and working again. Error activating IHttpClientFactory No matching bindings are available, and the type is not self-bindable. Activation path: 7) Injection of dependency IHttpClientFactory into parameter httpClientFactory of constructor of type QtpApiFetcher 6) Injection of dependency IQtpApiFetcher into parameter qtpApiFetcher of constructor of type IndexAnalyzer 5) Injection of dependency IIndexAnalyzer into parameter indexAnalyzer of constructor of type IndexAnalysisResultViewModelFactory 4) Injection of dependency IIndexAnalysisResultViewModelFactory into parameter indexAnalysisResultViewModelFactory of constructor of type QtpIndexesController 3) Injection of dependency IQtpIndexesController into parameter qtpIndexesController of constructor of type IndexAnalysisCommandController 2) Injection of dependency IIndexAnalysisCommandController into parameter indexAnalysisCommandController of constructor of type ShowIndexAnalysisAiCommand 1) Request for ShowIndexAnalysisAiCommand Suggestions: 1) Ensure that you have defined a binding for IHttpClientFactory. 2) If the binding was defined in a module, ensure that the module has been loaded into the kernel. 3) Ensure you have not accidentally created more than one kernel. 4) If you are using constructor arguments, ensure that the parameter name matches the constructors parameter name. 5) If you are using automatic module loading, ensure the search path and filters are correct. / comments
Same problem for me. Installed SSMS 22.4.1 and get this error and no SQL Prompt functionality; unusable. Tried re-installing latest SQL Prompt - same problem. Rolled back to SSMS 22.3.3 and working...
Latest SSMS 22.3.0 update changed the Microsoft.SqlServer.RegSvrEnum assembly version from 17.100.0.0 to 17.100.40.0 . This breaks SQL Prompt's reference. / comments
Latest SSMS 22.3.0 update changed the Microsoft.SqlServer.RegSvrEnum assembly version from 17.100.0.0 to 17.100.40.0. This breaks SQL Prompt's reference.
Same solution for me. Had to revert to SSMS 22.2.1. Lost all my open query windows! / comments
Same solution for me. Had to revert to SSMS 22.2.1. Lost all my open query windows!
Same issue for me. Tried closing SSMS 22, uninstalling SQL Prompt and re-installing latest version of SQL Prompt. SSMS 22 crashes as soon as I connect to registered server. Error in ..\AppData\Local\Red Gate\Logs\SQL Prompt 11 log file says [Outer exception] System.IO.FileNotFoundException : Could not load file or assembly 'Microsoft.SqlServer.RegSvrEnum, Version=17.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. at RedGate.SqlPrompt.Shell.ConnectionInfoRetriever.GetConnectionFromDocView(Object view) at RedGate.SqlPrompt.Shell.ConnectionInfoRetriever.GetConnectionInfo(ITextViewWrapper textViewWrapper) 29028 2026-02-11 10:38:56.560 +00:00 [Warning] Error getting connection info / comments
Same issue for me. Tried closing SSMS 22, uninstalling SQL Prompt and re-installing latest version of SQL Prompt. SSMS 22 crashes as soon as I connect to registered server.Error in ..\AppData\Local...