Home > Mobile >  Error - required framework not installed - Visual studio C#
Error - required framework not installed - Visual studio C#

Time:10-13

I reset my PC, and then I opened my uwp app, and I suddenly get this error, it was not there before, now only, please help.

This is a very critical issue for me I have been working on my app for more than a year.

Error
DEP0800: The required framework "C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs.Desktop\14.0.\AppX\Debug\x64\Microsoft.VCLibs.x64.Debug.14.00.Desktop.appx" failed to install. [0x80070005] Levi OS 1.0

CodePudding user response:

Error - required framework not installed - Visual studio C#

Please try to get Microsoft.VCLibs.x64.Debug.14.00.Desktop.appx package with above path and reinstall it. It's c desktop runtime package. If you viewed "Access is denied. (0x80070005)" error, please try use admin account to do above steps.

  • Related