You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue when trying to run and debug a newly created Uno Platform app targeting WinAppSDK (Packaged) in Visual Studio.
When I click the debug button, a dialog pops up with the following error:
"Project does not know how to run the profile named 'xxx (WinAppSDK Packaged)' with the command 'MsixPackage'."
Additionally, the UnoApp project cannot be checked for deployment in the Visual Studio Configuration Manager.
Note: Other targets like Desktop work perfectly fine. This issue only affects the WinAppSDK target. I have also noticed that this problem occurs occasionally even when creating a blank template project.
Environment
OS: [e.g., Windows 10 / Windows 11]
Visual Studio Version: [e.g., VS 2022 17.x.x]
Uno Platform Version / Uno.Sdk Version: [e.g., 5.x.x / 6.x.x]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Description
Hello,
I am experiencing an issue when trying to run and debug a newly created Uno Platform app targeting WinAppSDK (Packaged) in Visual Studio.
When I click the debug button, a dialog pops up with the following error:
Additionally, the UnoApp project cannot be checked for deployment in the Visual Studio Configuration Manager.
Note: Other targets like Desktop work perfectly fine. This issue only affects the WinAppSDK target. I have also noticed that this problem occurs occasionally even when creating a blank template project.
Environment
Steps to Reproduce
xxx (WinAppSDK Packaged)debug profile.F5to start debugging.Expected Behavior
The application should build, deploy, and launch successfully in the packaged WinAppSDK mode without any configuration errors.
Actual Behavior
Visual Studio throws a "Project does not know how to run the profile" error, and the deployment option is unavailable.
Additional Context / Workarounds Tried
Any guidance or insights on how to resolve this would be greatly appreciated. Thank you!
All reactions