Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2019 MPF 15.0 is missing

VS 2019 Preview 1 is just released but I am getting this MPF 15.0 error. This was happened before with VS 2017 and 2015. So, we are not able to update some extensions even if we download from Microsoft marketplace. Do you have any suggestions?

ss from vs 2019

ss from manual installation attemp

like image 288
fatihyildizhan Avatar asked Dec 06 '18 13:12

fatihyildizhan


1 Answers

In short, from Mads Christensens instructions, as mentioned by @LarsWa:

Edit extension.vsixmanifest in the zip archive Microsoft.Azure.DataLake.Tools.VisualStudio.Extension.vsix, search for

<Dependencies>
  <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" Version="[4.5,)" />
  <Dependency Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" Version="[15.0,)" />
</Dependencies>

and remove dependency from Microsoft.VisualStudio.MPF.15.0. Microsoft.Azure.DataLake.Tools.VisualStudio.Extension.vsix should install correctly.

like image 196
amuliar Avatar answered Sep 25 '22 01:09

amuliar