Comments
Sort by recent activity
I had the same issue this morning with Source Control not loading the add-in, after receiving the same error message "The Add-in 'SQL Source Control 3' failed to load or caused an exception...".
In order to have the AddIn work again, I edited the "RedGate.SQLSourceControl.SSMSUI.2014.addin" file from the location path "C:\ProgramData\Microsoft\SQL Server Management Studio\12.0\Addins". You have to set the LoadBehavior element to a numeric one. Take note, there is also another subfolder in SQL Server Management Studio with the same set of files (i.e. 11.0). You may also have to edit that file as well. <LoadBehavior>1</LoadBehavior>
/ comments
I had the same issue this morning with Source Control not loading the add-in, after receiving the same error message "The Add-in 'SQL Source Control 3' failed to load or caused an exception...".
In...