sharpninja
sharpninja
CC#
Created by sharpninja on 2/22/2023 in #help
❔ How to get installed Extensions from Visual Studio installation?
I am using the Powershell VSSetup module to get the list of installed VS instances. How do I get the extensions installed for each VS Instance?
12 replies
CC#
Created by sharpninja on 12/20/2022 in #help
❔ Please Recommend Command Processing Package
I'm looking to add command processing in my application (WPF). Is there a recommended package? I've thought about using a command line parser package. Is that the best way to terminal
4 replies
CC#
Created by sharpninja on 11/13/2022 in #help
❔ Windows App SDK won't deploy.
Th error:
[0x80073CFB] Deployment of package Microsoft.WindowsAppRuntime.1.2_2000.677.1750.0_x64__8wekyb3d8bbwe was blocked because the provided package has the same identity as an already-installed package but the contents are different. Increment the version number of the package to be installed, or remove the old package for every user on the system before installing this package.
[0x80073CFB] Deployment of package Microsoft.WindowsAppRuntime.1.2_2000.677.1750.0_x64__8wekyb3d8bbwe was blocked because the provided package has the same identity as an already-installed package but the contents are different. Increment the version number of the package to be installed, or remove the old package for every user on the system before installing this package.
This project worked fin last time I touched it in June. Since then, updates to VS 2022 forced updating to latest Windows App SDK which is causing this error. How do I manually uninstall the conflicting SDK and what decision allowed a version collision to be published?
2 replies