nicholas-ross / SSMS-Schema-Folders

This an extension for SQL Server Management Studio (SSMS). It groups sql objects in Object Explorer (tables, views, etc.) into schema folders.
GNU General Public License v2.0
162 stars 34 forks source link

Does not work with 18.4, correct registry change has no effect #13

Closed chucklepie closed 4 years ago

chucklepie commented 4 years ago

Hello, Test on SSMS 18.4 it does not work. First I think you need to change the registry key to this below (it is a different folder structure, but same guid, as other versions).

However, after applying this, you still get a loading fault asking to fix it in VS2017 and regardless, schema folders appears as an option in the settings dialog but is blank and you cannot use it due to the errors just mentioned.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\18.0_IsoShell_Config\Packages\{a88a775f-7c86-4a09-b5a6-890c4c38261b}]
"SkipLoading"=dword:00000001
chucklepie commented 4 years ago

My fault, it is working, looks like you do not need the registry entry.

The fix was as detailed in another issue, I had to unblock the DLLs. Guess I didn't read the instructions fully - well on Windows 10 I looked for the unblock button but didn't see it. Turns out it's been changed to a tickbox ;-)