I too get this error on SSMS 18.11.1. The Microsoft.InformationProtection assembly is referenced by "C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Microsoft.SqlServer.Management.ThreatDetection.dll", but none of the following commands finds any version of Microsoft.InformationProtection:
dir /a /b /s "C:\Program Files\Microsoft SQL Server\Microsoft.InformationProtection.dll"
dir /a /b /s "C:\Program Files (x86)\Microsoft SQL Server\Microsoft.InformationProtection.dll"
dir /a /b /s "C:\Windows\Microsoft.NET\assembly\Microsoft.InformationProtection.dll"
Error details:
===================================
Could not load file or assembly 'Microsoft.InformationProtection, Version=1.10.98.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (Microsoft.SqlServer.Management.ThreatDetection)
------------------------------
Program Location:
at Microsoft.SqlServer.Management.ThreatDetection.DataClassification.DataClassificationOpenActionHandler.PerformAction(String actionMoniker, IContext context)
at Microsoft.SqlServer.Management.TaskManagementService.Microsoft.SqlServer.Management.ITaskLauncherService.PerformAction(String actionMoniker, IContext context)
at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ActionMenuItem.Invoke()
at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ToolsMenuItemBase.MenuInvokedHandler(Object sender, EventArgs args)
6 Comments