-
Notifications
You must be signed in to change notification settings - Fork 692
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
WinUI 3.0 alpha App deployment error #1542
Comments
There's a known issue where that VCLibs UWPDesktop framework package dependency isn't getting installed. Are you launching an x86 app on an x64 machine? |
@harvinders, can you try the following work-around: In Solution Explorer, right click on References and select Add Reference. Under Universal Windows, Extensions, add a reference to 'Visual C++ 2015 UWP Desktop Runtime for native apps' and click OK. Switch from 'Debug' configuration to 'Release' configuration and try to build and launch again. |
You should also be able to work around this issue by manually installing the appx dependency. It is likely available on your machine under a path such as: Please let me know if the package is not available on your machine or if installing it does not resolve the deployment error. |
If you've created this project using the WinUI 3.0 alpha VSIX, you'll also need to remove this line from Package.appxmanifest using Notepad before you can deploy a project built using Debug configuration:
|
This will be addressed in the next preview release. |
Describe the bug
I get the following error when I try to run the app build using WinUI 3.0 alpha
Steps to reproduce the bug
Steps to reproduce the behavior:
Version Info
WinUI 3.0 Alpha
Additional context
The text was updated successfully, but these errors were encountered: