-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Updating old C:/Windows/System32/ucrtbased.dll #71892
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
Comments
This is a continuation of msg269741 from bpo-26624, summarizing how to resolve this message. C:\WINDOWS\SYSTEM32\ucrtbased.dll is version 10.0.10240.16384 F:\Python\dev\36\PCbuild\python.vcxproj(91,5): warning MSB3073: The command ""F:\Python\dev\36\PCBuild\win32\python_d.exe" "F:\Python\dev\36\PC\validate_ucrtbase.py" ucrtbased" exited with code 1. Merely updating Visual Studio is not enough. One must update the Windows SDK either directly or while updating Visual Studio by making sure that the new SDK is requested under Features. [X] Windows and Web Development (Versions and even the menu may change in the future.) The best way to update Visual Studio is probably to uninstall it first via Control Panel / Programs and Features / Microsoft Visual Studio Community 2015 (or whichever version you have). I did not. After downloading the current installer I then went to Programs and Features and chose 'Repair'. The first time it failed because it did not like the existing The current SDK is not listed as 'Microsoft Windows SDK...' but as Steve: my suggestion is that "Please update Visual Studio or the Windows SDK." be changed to "Please update the Windows SDK, possibly by updating Visual Studio with the Windows SDK feature selected." Also change the issue number from 26624 to whatever this one gets. |
New changeset 7f7a994bbfbc by Steve Dower in branch '3.5': New changeset a791a54c0a1c by Steve Dower in branch 'default': |
The message now calls out the Windows 10 SDK specifically, and includes the (current) link to the download. |
Thanks, looks good to me. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: