Error with SQL Dependency Tracker With latest SSMS release
PaulStevens
Posts: 2 New member
With the latest release of SSMS there is an error at startup.
The log shows <description>LegacySitePackage failed for package [SQLDependencyTrackerSSMSPackage]Source: 'RedGate.SharedSSMS' Description: Encountered unknown SSMS version 15.100.0.0
System.ApplicationException: Encountered unknown SSMS version 15.100.0.0
 at RedGate.SharedSSMS.Util.VersionUtils.get_RunningSsmsVersion()
 at RedGate.SharedSSMS.Util.SharedSsmsObjectFactory.get_VersionSpecificAssembly()
 at RedGate.SharedSSMS.VersionSpecificObjectFactory.Create[T]()
 at RedGate.SharedSSMS.Util.VersionSpecificClass`1.get_Implementation()
 at RedGate.SIPFramework.Services.ServicesToPlugins.SsmsFunctionalityProvider.Initialize(DTE2 dte)
 at RedGate.SIPFramework.Services.ServicesToPlugins.SsmsFunctionalityProvider..ctor(DTE2 dte, ILog log, WrappingFactory wrappingFactory)
 at RedGate.SIPFramework.Services.AddinLoader..ctor(DTE2 dte, ILog log)
 at RedGate.SQLDependencyTracker.SSMSPackage.SQLDependencyTrackerSSMSPackage.Initialize()
 at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.SetSite(IServiceProvider sp)</description>
The log shows <description>LegacySitePackage failed for package [SQLDependencyTrackerSSMSPackage]Source: 'RedGate.SharedSSMS' Description: Encountered unknown SSMS version 15.100.0.0
System.ApplicationException: Encountered unknown SSMS version 15.100.0.0
 at RedGate.SharedSSMS.Util.VersionUtils.get_RunningSsmsVersion()
 at RedGate.SharedSSMS.Util.SharedSsmsObjectFactory.get_VersionSpecificAssembly()
 at RedGate.SharedSSMS.VersionSpecificObjectFactory.Create[T]()
 at RedGate.SharedSSMS.Util.VersionSpecificClass`1.get_Implementation()
 at RedGate.SIPFramework.Services.ServicesToPlugins.SsmsFunctionalityProvider.Initialize(DTE2 dte)
 at RedGate.SIPFramework.Services.ServicesToPlugins.SsmsFunctionalityProvider..ctor(DTE2 dte, ILog log, WrappingFactory wrappingFactory)
 at RedGate.SIPFramework.Services.AddinLoader..ctor(DTE2 dte, ILog log)
 at RedGate.SQLDependencyTracker.SSMSPackage.SQLDependencyTrackerSSMSPackage.Initialize()
 at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.SetSite(IServiceProvider sp)</description>
Tagged:
Answers
We have just released SQL Dependency Tracker 3.3.0 which supports SSMS 18.5.
Can you please update and test with that version?
Product Support Engineer
Redgate Software Ltd
Please see our Help Center for detailed guides on how to use our tools
I get the following error starting SSMS:
The 'SQLDependencyTrackerSSMSPackage' package did not load correctly.
It would be nice if this issue could be resolved before my 14-day trial has expired. I need to evaluate this tool to see if it meets our needs - which are immediate.
LegacySitePackage failed for package [SQLDependencyTrackerSSMSPackage]Source: 'RedGate.SIPFramework.Services' Description: Could not load file or assembly 'RedGate.SharedSSMS, Version=3.6.352.0, Culture=neutral, PublicKeyToken=7f465a1c156d4d57' or one of its dependencies. The system cannot find the file specified. System.IO.FileNotFoundException: Could not load file or assembly 'RedGate.SharedSSMS, Version=3.6.352.0, Culture=neutral, PublicKeyToken=7f465a1c156d4d57' or one of its dependencies. The system cannot find the file specified. File name: 'RedGate.SharedSSMS, Version=3.6.352.0, Culture=neutral, PublicKeyToken=7f465a1c156d4d57' at RedGate.SIPFramework.Services.ServicesToPlugins.SsmsFunctionalityProvider.Initialize(DTE2 dte) at RedGate.SIPFramework.Services.ServicesToPlugins.SsmsFunctionalityProvider..ctor(DTE2 dte, ILog log, WrappingFactory wrappingFactory) at RedGate.SIPFramework.Services.AddinLoader..ctor(DTE2 dte, ILog log) at RedGate.SQLDependencyTracker.SSMSPackage.SQLDependencyTrackerSSMSPackage.Initialize() at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.SetSite(IServiceProvider sp) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!
Please advise
Redgate Software