Cant launch windows uno 5.2 sdk app from vs2022 #16645
Closed
cconner100
started this conversation in
General
Replies: 2 comments 22 replies
-
Thanks for the report. Could you provide the command line you're using to build? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I tried a new uno project from scratch, checked my system with Uno-check, then created a new project with the vs2022 extension. It gets the same error. I also installed vs2022 released and vs2022 pre-release both get the same issue. attached is the standard uno solution. |
Beta Was this translation helpful? Give feedback.
20 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am in the process of converting a few projects from Microsoft.NET.Sdk to Uno.Sdk. 2 of my 3 projects have converted and can run from within VS2022 preview 7.0 but one can't be launched. I get the following dialog box when I try to debug
DEP1700: The recipe file "C:\Users\curtisconner\source\repos\ZiiDMSV2\Client\Desktop\ZiiDMSApp\ZiiDMSApp\bin\Debug\net8.0-windows10.0.22621\ZiiDMSApp.build.appxrecipe" does not exist. You may need to build your project.
I have checked that i have deploy selected from the configuration, I have also looked at others who have had this issue and their solutions don't seem to work with this given problem.
net8.0-windows10.0.22621-Debug-win-arm64.zip
attached is a binlog. Here is my csproj for reference.
Beta Was this translation helpful? Give feedback.
All reactions