How can we help you today? How can we help you today?
DBAJohnny
I've started a specific question for the SQL Compare plugin on SSMS 19.  See https://forum.red-gate.com/discussion/89890/i-am-unable-to-get-the-sql-compare-plugin-working-with-ssms-19/p1?new=1 / comments
I've started a specific question for the SQL Compare plugin on SSMS 19.  See https://forum.red-gate.com/discussion/89890/i-am-unable-to-get-the-sql-compare-plugin-working-with-ssms-19/p1?new=1
0 votes
I installed SSMS 19 this morning and downloaded and installed the latest version of SQL Toolbelt Essentials.  I'm getting the same error message ("The 'SQLSourceControlPackage' did not load correctly") when going into SSMS. I uninstalled SSMS 18, SSMS 19 and SQL Toolbelt, rebooted, reinstalled.  No difference. I need to get SQL Source control working.  Please advise, and thanks! The affected section of the ActivityLog.xml file is:   <entry>     <record>164</record>     <time>2023/06/10 12:41:29.999</time>     <type>Warning</type>     <source>VisualStudio</source>     <description>Unexpected system error mode before loading package [SqlSourceControlPackage]</description>     <guid>{29D00CBC-D1F6-4F0A-9418-FC8454E3B4FE}</guid>   </entry>   <entry>     <record>165</record>     <time>2023/06/10 12:41:29.999</time>     <type>Information</type>     <source>VisualStudio</source>     <description>Begin package load [SqlSourceControlPackage]</description>     <guid>{29D00CBC-D1F6-4F0A-9418-FC8454E3B4FE}</guid>   </entry>   <entry>     <record>166</record>     <time>2023/06/10 12:41:30.130</time>     <type>Error</type>     <source>VisualStudio</source>     <description>CreateInstance failed for package [SqlSourceControlPackage]Source: &apos;mscorlib&apos; Description: Exception has been thrown by the target of an invocation.&#x000D;&#x000A;System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---&gt; System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.&#x000D;&#x000A;   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)&#x000D;&#x000A;   at RedGate.SQLSourceControl.Extension.SqlSourceControlPackage..ctor()&#x000D;&#x000A;   --- End of inner exception stack trace ---&#x000D;&#x000A;   at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean&amp; canBeCached, RuntimeMethodHandleInternal&amp; ctor, Boolean&amp; bNeedSecurityCheck)&#x000D;&#x000A;   at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark&amp; stackMark)&#x000D;&#x000A;   at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark&amp; stackMark)&#x000D;&#x000A;   at System.Activator.CreateInstance(Type type, Boolean nonPublic)&#x000D;&#x000A;   at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark&amp; stackMark)&#x000D;&#x000A;   at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)&#x000D;&#x000A;   at System.Activator.CreateInstanceFromInternal(String assemblyFile, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo)&#x000D;&#x000A;   at System.AppDomain.CreateInstanceFrom(String assemblyFile, String typeName)System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.&#x000D;&#x000A;   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)&#x000D;&#x000A;   at RedGate.SQLSourceControl.Extension.SqlSourceControlPackage..ctor()</description>     <guid>{29D00CBC-D1F6-4F0A-9418-FC8454E3B4FE}</guid>     <hr>80004005 - E_FAIL</hr>     <errorinfo></errorinfo>   </entry> / comments
I installed SSMS 19 this morning and downloaded and installed the latest version of SQL Toolbelt Essentials.  I'm getting the same error message ("The 'SQLSourceControlPackage' did not load correct...
0 votes