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
159 stars 34 forks source link

Error SSMS 20.1 #48

Open MarcM8219 opened 4 months ago

MarcM8219 commented 4 months ago

The extension for ssms-shcema folder 1.6 doesn't work with SSMS 20.1, I have and error the say that it have a conflict and review ActivityLog. The error:

"The SsmsSchemaFolders.SsmsSchemaFoldersPackage, SsmsSchemFolders. Version = 1.0.0.0. Culture = neurtral. PublicKeyToken=a93ca1bb... package did not load correctly.

The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file xxxx. ActivityLog.xml"

What could be happening? I have not had a problem with the previous versions, in fact I have ssms 19.3 working with 1.5

Thank you and regards

nicholas-ross commented 4 months ago

The most common reason for this error message is that you didn't unblock the zip file before extracting the files. Another reason could be that you deleted some of the dll files. All the dll and pkgdef files are required.

MarcM8219 commented 4 months ago

Thank you very much, now it works fine!