Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] [Depedency] WinAppSDK app compiles fine but is unable to be deployed - Provide the framework "Microsoft.VCLibs.140.00.Debug.UWPDesktop" #4333

Open
ivberg opened this issue Apr 11, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@ivberg
Copy link

ivberg commented Apr 11, 2024

Describe the bug

WinAppSDK app compiles fine but is unable to be deployed in Debug mode. Release mode works fine but most devs would want Debug mode for the Dev Inner Loop

Error is: DEP0700: Registration of the app failed. [0x80073CF3] Windows cannot install package MyApp_1.5.4.0_arm64__8wekyb3d8bbwe because this package depends on a framework that could not be found. Provide the framework "Microsoft.VCLibs.140.00.Debug.UWPDesktop" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or ARM64 processor architecture and minimum version 14.0.30704.0, along with this package to install.

Root cause: Visual Studio was setup with clean install for .NET and WinAppSDK modern development. There is a missing VS component that does not get installed even if you follow the WinAppSDK release notes

P.S. This was a bit of a pain to track down the root cause

Steps to reproduce the bug

Expected behavior

  • Better error message instructing the user what to do
  • Better release notes instruction the user what to if they want a modern VS w/o UWP and only C# / WinAppSDK

Screenshots

No response

NuGet package version

Windows App SDK 1.5.2: 1.5.240404000

Packaging type

Packaged (MSIX)

Windows version

Windows 11 version 22H2 (22621, 2022 Update)

IDE

Visual Studio 2022

Additional context

No response

@bpulliam bpulliam added the documentation Improvements or additions to documentation label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants