I have SQL Prompt 11.3.11.23448 and SSMS 22.5.0 installed and mine is crashing once I connect the object explorer to a database. I can have queries connected without issue. Event Log entry: Application: SSMS.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
at RedGate.SharedSSMS.VersionSpecific.ConnectionManager2016Plus..ctor()
at RedGate.SharedSSMS.VersionSpecific.ConnectionManager..ctor()
Exception Info: System.Reflection.TargetInvocationException
at System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[], System.Signature, Boolean)
at System.Reflection.RuntimeConstructorInfo.Invoke(System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)
at RedGate.SharedSSMS.VersionSpecificObjectFactory.Create[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]()
at RedGate.SharedSSMS.Util.VersionSpecificClass`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].get_Implementation()
at RedGate.SharedSSMS.ConnectionManager..cctor()
Exception Info: System.TypeInitializationException
at RedGate.SharedSSMS.ConnectionManager.get_DefaultServerTypeGuid()
at RedGate.SharedSSMS.VersionSpecific.ConnectionManager2018Plus.TryConvertConnectionPropertiesFromSqlConnectionInfo(Microsoft.SqlServer.Management.Common.SqlConnectionInfo, RedGate.SharedSSMS.Interface.IConnectionProperties ByRef)
at RedGate.SharedSSMS.VersionSpecific.ObjectExplorerShared.ParseNodeInformationInner(Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation)
at RedGate.SharedSSMS.VersionSpecific.ObjectExplorerShared.ParseNodeInformation(Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation)
at RedGate.SharedSSMS.VersionSpecific.ObjectExplorer2012Plus.SetSelectedNode(Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation)
Exception Info: System.Reflection.TargetInvocationException
at System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[], System.Signature, Boolean)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object, System.Object[], System.Object[])
at System.Delegate.DynamicInvokeImpl(System.Object[])
at Microsoft.SqlServer.Management.SqlStudio.Explorer.BufferedNotification.Fire()
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.NetCore.TimerQueueTimer.CallCallback()
at System.Threading.NetCore.TimerQueueTimer.Fire()
at System.Threading.NetCore.TimerQueue.FireNextTimers()
at System.Threading.TimerQueue.AppDomainTimerCallback(Int32)
/ comments
- Community
- SQL Prompt
- SSMS22 & SQL Prompt 11 crash after latest SSMS22 update (10-02-2026)
I have SQL Prompt 11.3.11.23448 and SSMS 22.5.0 installed and mine is crashing once I connect the object explorer to a database. I can have queries connected without issue. Event Log entry: Appli...
0 votes