Visual studio 2022
4 TopicsUWP package does not start after uploading to store .appxupload
Hi, I'm currently new to the forums here, took me a while to find a place that somewhat matched my topic, hoping this is the correct area to post. I'm having an issue with my UWP submission, in which the game does not start after uploading to the store. For context, I've been developing games for a while now, and had published a variety of UWP games on Xbox and Desktop, but I haven't published a UWP game in roughly 1-2 years. I use Unity 2022.2.17f1 to create the visual studio package, and I have been able to create the package through the VS solution using VS 2022, in which it passes app certification and the application runs on my xbox dev center when testing the package. However, after uploading the package to the store, the application doesn't start and automatically gets redirected to the home page. All Xbox devices among my friends and I have the same result, in which this happens on the Xbox One, Xbox Series S and Xbox Series X. I'm not sure what to look at here, don't know why the application runs fine before uploading, but not after. I suspect it has something to do with the VS solution, but I don't know what to look at here. And the application is set to run on both Desktop and Xbox, so the device families should be correct. Any help would be much appreciated thanks!Solved480Views0likes1CommentUnable to uninstall Visual Studio Pro 2022 via Intune
Hi, I'm able to install Visual Studio Pro 2022 but unable to uninstall it via Intune. Following are the commands that I'm using: Install command vs_Professional.exe --nocache --wait --noUpdateInstaller --noWeb --quiet --norestart Uninstall command vs_Professional.exe uninstall --installPath "C:\Program Files\Microsoft Visual Studio\2022\Professional"--quiet --norestart And using the following bootstrapper: https://aka.ms/vs/17/release/vs_professional.exeSolved12KViews0likes58CommentsI have Visual Studio 2022 and SQL Server 2022 (same versions) on 2 machines. DB file only works on 1
Hi I have a database file that I am able to connect to SQL Server 2022 using Visual Studio 2022 on computer_1, but when I move that file to computer_2 (also with the same versions of SQL Server 2022 and Visual Studio 2022) I get the error in the first image, "the file is not compatible with Current instance of SQL Server". If I upgrade the file on the computer_2, it can be attached, BUT when I move the file back to the original machine, I get the error in the second image, "the file cannot be opened because it is version 904".... Both computers have the most recent versions of SQL Server 2022 and Visual Studio 2022. Both computers have previous versions of SQL Server. It is as if the second computer is not using the same server as the first. The file was originally created in Visual Studio 2010, but again, works fine with SQL Server 2022 on computer_1. Does anyone know how I can clarify this situation and force the two machines to use the same versions of SQL Server (if that is the problem)? Note: I have confirmed the versions of SQL Server 2022 and Visual Studio 2022. They are the same. Thanks!2.4KViews0likes0Comments