Activity overview
Latest activity by Chris Styve
2025-09-09 18:20:14.209 -04:00 [Error] Report error dialog UI shown System.NullReferenceException: Object reference not set to an instance of an object. at RedGate.SqlPrompt.CommonUI.Editor.VSEditorWindowBase.GetSqlCmdVariables() at RedGate.SqlPrompt.CommonUI.Editor.VSEditorWindowBase.OnTextViewSetFocus(ITextViewMonitor textViewMonitor) 2025-09-09 18:20:53.931 -04:00 [Error] Report error dialog UI shown System.NullReferenceException: Object reference not set to an instance of an object. at RedGate.SqlPrompt.CommonUI.Editor.VSEditorWindowBase.GetSqlCmdVariables() at RedGate.SqlPrompt.CommonUI.Editor.VSEditorWindowBase.OnTextViewSetFocus(ITextViewMonitor textViewMonitor) / comments
2025-09-09 18:20:14.209 -04:00 [Error] Report error dialog UI shownSystem.NullReferenceException: Object reference not set to an instance of an object. at RedGate.SqlPrompt.CommonUI.Editor.VSEdit...
2025-09-07 21:14:21.372 -04:00 [Error] Report error dialog UI shown System.NullReferenceException: Object reference not set to an instance of an object. at RedGate.SqlPrompt.CommonUI.Editor.VSEditorWindowBase.GetSqlCmdVariables() at RedGate.SqlPrompt.CommonUI.Editor.VSEditorWindowBase.OnTextViewSetFocus(ITextViewMonitor textViewMonitor) / comments
2025-09-07 21:14:21.372 -04:00 [Error] Report error dialog UI shownSystem.NullReferenceException: Object reference not set to an instance of an object. at RedGate.SqlPrompt.CommonUI.Editor.VSEdit...
2025-09-07 18:43:10.375 -04:00 [Error] Report error dialog UI shown System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object. at RedGate.SqlPrompt.CommonUI.ConnectionColoring.RegisteredServers.RegisteredServersWindow.AddMenuItem(RegisteredServersMenuItemBase menuItem) at RedGate.SqlPrompt.CommonUI.ConnectionColoring.ExplorerMenuItemsController.AddMenuItems() at RedGate.SqlPrompt.CommonUI.ConnectionColoring.ConnectionColoringConnect.<RefreshCategories>b__10_0() --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Delegate.DynamicInvokeImpl(Object[] args) at RedGate.SqlPrompt.CommonUI.Utils.UIThreadInvoker.<>c__DisplayClass7_0.<BeginInvoke>b__1() at RedGate.SqlPrompt.UsageReporting.ErrorReporting.ErrorReporterWithUI.Do(Action action) / comments
2025-09-07 18:43:10.375 -04:00 [Error] Report error dialog UI shownSystem.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceEx...
2025-09-07 18:30:01.510 -04:00 [Error] Report error dialog UI shown System.NullReferenceException: Object reference not set to an instance of an object. at RedGate.SqlPrompt.CommonUI.Editor.VSEditorWindowBase.GetSqlCmdVariables() at RedGate.SqlPrompt.CommonUI.Editor.VSEditorWindowBase.OnTextViewSetFocus(ITextViewMonitor textViewMonitor) 2025-09-07 18:38:16.320 -04:00 [Error] Report error dialog UI shown System.ArgumentException: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) at EnvDTE.Document.get_Saved() at RedGate.SqlPrompt.SqlHistory.Monitoring.OpenDocumentStore.GetQueryIdentity(IDocumentWrapper document) at RedGate.SqlPrompt.SqlHistory.Monitoring.DocumentEventsProcessor.AddContentsRevision(IDocumentWrapper document, SaveReason saveReason) at RedGate.SqlPrompt.UsageReporting.ErrorReporting.ErrorReporterWithUI.Do(Action action) / comments
2025-09-07 18:30:01.510 -04:00 [Error] Report error dialog UI shownSystem.NullReferenceException: Object reference not set to an instance of an object. at RedGate.SqlPrompt.CommonUI.Editor.VSEdit...
2025-09-05 08:18:25.149 -04:00 [Error] Report error dialog UI shown System.NullReferenceException: Object reference not set to an instance of an object. at RedGate.SqlPrompt.CommonUI.Editor.VSEditorWindowBase.GetSqlCmdVariables() at RedGate.SqlPrompt.CommonUI.Editor.VSEditorWindowBase.OnTextViewSetFocus(ITextViewMonitor textViewMonitor) / comments
2025-09-05 08:18:25.149 -04:00 [Error] Report error dialog UI shownSystem.NullReferenceException: Object reference not set to an instance of an object. at RedGate.SqlPrompt.CommonUI.Editor.VSEdit...
SQL Prompt continously generating dialog for "unexpected error"
When using sql prompt with ssms 21 I am continously bombarded with “unexpected error” dialogs, generally when closing a tab. This doesn't happen in SSMS 20.
Sql Prompt for ADS
Sql Prompt for ADS is lackin the ability to import snippets that have multiple prefixes defined. ADS has the ability to define a prefix for a snippet as follows:
"Inner join": {
"prefix"...