-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
How to update "Microsoft.VCLibs.140.00.UWPDesktop" #2369
Comments
Linking #2190 because they look related, though I don't know how to fix this specific issue. It feels to me like this is something chocolatey should be able to fix. |
Same thing happens to me:
|
Same error unfortunately |
I resolved my issue here. The problem was that I did not have windows store enabled/installed... I must have removed or disabled it at some point. I opened a powershell terminal and executed:
Then I was able to open the windows app store and install terminal, which also resolved issues I was having detailed in my earlier post. |
I am also having this issue. My company has disabled windows app store by policy. So this fix is not working for me either. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
I too am having a problem specifically with this reference, and when I look in the directory specified, the DLLs are all 0 bytes. I've made sure that the Store is up and enabled, tried the PS script mentioned, even went so far as to repair visual studio (2017 and 2019) to try to get this package re-installed with no luck. |
I'm facing the same issue. Is there another way to get the terminal to work without a store connection? |
same issue here:
|
Try to disable your windows defender when you install the terminal. |
Going to comment here: It's because the application has a dependency on the VCLibs that I guess are downloaded from the Windows store as a framework package, rather than using the VCLibs if you download the vc_redist.exe file. So if you can't connect to the store to download the dependency, you're kinda screwed. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
Does anybody know where to download that package and install it manually ? |
Same for me:
|
... and the same here. No Windows-Store, and you seem to be out of luck :( Just adding this so the issue does not get auto-closed. |
same issue here. Did not find the correct package on google. edit: ended up compiling + deploying it from VS. works. |
|
[Update: Replaced prior links]: To everyone wondering where to find the VC Redist dependency, download and install the C++ Runtime v14 framework package for Desktop Bridge: The C++ Runtime framework packages will be copied to a folder under
Locking this conversation - please open another issue if installing the above VC redists doesn't solve your issue. |
I can't install it from Microsoft Store for some reson, so I install it via choco:
choco install microsoft-windows-terminal -y
But :
It seems that
Microsoft.VCLibs.140.00.UWPDesktop
should update to 14.0.27323.0,So HOW TO UPDATE IT?
The text was updated successfully, but these errors were encountered: