Unable to load in SSMS 19.1
DerekRost opened this issue ยท 7 comments
Error when loading in 19.1. Compeltely removed the old SSMS directory and started from scratch but no difference. The extensions directory also contains an "application" folder that appears to be part of the SSMS install.
Error is as follows:
260
2023/07/13 17:23:44.565
Error
All the .dll files and the .pkgdef file are required. And they all need to be unblocked.
The File Explorer properties window will only show the unblock option when you have only one file selected. It won't show when you have multiple files selected. This is why I say to unblock the zip file first. There is also the PowerShell command to unblock multiple files Get-ChildItem | Unblock-File
.
All the .dll files are required because of the way .Net checks that all dependencies exist when loading. It will then only load the dependencies (and check their dependencies) when used.
Worked like a charm. Thank you.
Hi Nicolas,
I'm installing a fresh SSMS 19.1 and try to install your tool again. But the extension is just not loading. No error, but also no result.
I copied the extracted folder into the given folder for SSMS 19 and unblocked the ZIP before extracting. And I used the unblockfiles.ps to unblock once more. Still no result.
Regards
Yeah. same error here :(
The .ps file is not in the latest release. If you see it then you have downloaded the source code instead of the app files.
If you have extracted the zip file to its own folder then you will have a path like Downloads\SSMS-Schema-Folders-v1.5\SSMS Schema Folders\
. Copy only the SSMS Schema Folders
folder to the extensions folder. You should have the file path Extensions\SSMS Schema Folders\SsmsSchemaFolders.pkgdef
.
Direct link to latest release: SSMS-Schema-Folders-v1.5.zip
That made a lot of sence.. Thanks, that worked perfectly
Cheers mate! ๐
Sorry for all the trouble, still adapting to SSMS (not my fav tho)