Version 10.7.1.22264 table autocomplete crash

jsreynolds1jsreynolds1 Posts: 93 Silver 2
edited August 31, 2021 5:32PM in SQL Prompt
Hello,

This is new... I'm receiving frequent error pop-ups when SQL Prompt attempts to auto-complete (especially) temp tables.

I'm not seeing anything to report in the error box. I've sent in a few reports.

SQL Prompt version: Version 10.7.1.22264
SSMS Version: 18.9.1
Windows 10 20H2

Looking at the log, here is the result of the most recent issue. It's happening so frequently I figured I had better report it:

2021-08-31 10:26:28.259 -07:00 [Error] Report error dialog UI shown

System.InvalidOperationException: No server found for this candidate

   at RedGate.SqlPrompt.Metadata.CandidateInterfaces.CandidateExtensions.GetDatabaseAndServer(ICandidate candidate)

   at RedGate.SqlPrompt.Metadata.CandidateInterfaces.CandidateExtensions.GetConnectionProperties(ICandidate candidate)

   at RedGate.SQLPrompt.CommonUI.ProductIntegration.DependencyTracker.DependenciesAvailabilityChecker.IsSupportedAuthenticationType(ICandidate candidate)

   at RedGate.SQLPrompt.CommonUI.ProductIntegration.DependencyTracker.DependenciesAvailabilityChecker.CanGetDependencies(ICandidate candidate)

   at RedGate.SQLPrompt.CommonUI.Forms.SchemaInformation.ObjectDefinitionBox.SetTabs(Boolean isColumnCandidate)

   at RedGate.SQLPrompt.CommonUI.Forms.SchemaInformation.ObjectDefinitionBox.ShowSchemaInformationForm(Boolean isColumnCandidate, Int32 y, Int32 left, Int32 right)

   at RedGate.SQLPrompt.CommonUI.Forms.SchemaInformation.ObjectDefinitionBox.ShowSchemaInformationForm(ICandidate candidate, Int32 left, Int32 right, Int32 y)

   at RedGate.SQLPrompt.CommonUI.Forms.CandidateList.CandidateList.<OnSchemaPanelTimerTick>b__70_0()

   at RedGate.SQLPrompt.UsageReporting.ErrorReporting.ErrorReporterWithUI.Do(Action action)

Tagged:

Best Answers

Answers

Sign In or Register to comment.