red-gate / SQLSearch-ADS-Issues

5 stars 0 forks source link

[SQL Search Error] #41

Closed abist closed 4 years ago

abist commented 4 years ago

Searching for any resource gives the following error -

It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '3.1.0' was not found.
  - Check application dependencies and target a framework version installed at:
      C:\Program Files\dotnet\
  - Installing .NET Core prerequisites might help resolve this problem:
      https://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409
  - The .NET Core framework and SDK can be installed from:
      https://aka.ms/dotnet-download
  - The following versions are installed:
      2.1.12 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
      2.1.15 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
      2.2.6 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
      2.2.8 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
adrianbanks commented 4 years ago

We recently updated the extension to use the new version of the .Net Core runtime (v3.1) as the previous version used (v2.0) is no longer supported by Microsoft.

Please install the v3.1 of the .Net Core runtime, available here, and the extension should then work again.