Skip to content

Update VsSDK from 17.3.2094 to 17.14.1043-preview2#12493

Merged
ToddGrun merged 1 commit intodotnet:mainfrom
ToddGrun:dev/toddgrun/VSSdkBuildToolsUpdate
Nov 14, 2025
Merged

Update VsSDK from 17.3.2094 to 17.14.1043-preview2#12493
ToddGrun merged 1 commit intodotnet:mainfrom
ToddGrun:dev/toddgrun/VSSdkBuildToolsUpdate

Conversation

@ToddGrun
Copy link
Contributor

This matches the roslyn version used. After updating my VS install to the latest insiders build this morning, I was getting builder errors in Razor. This seems to fix the issue.

Issue I was seeing doing a Build.cmd from command line:

image

This matches the roslyn version used. After updating my VS install to the latest insiders build this morning, I was getting builder errors in Razor. This seems to fix the issue.
@ToddGrun ToddGrun requested a review from a team as a code owner November 14, 2025 22:16
Copy link
Member

@davidwengier davidwengier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤷‍♂️

@chsienki
Copy link
Member

BTW, if this happens, you can usually fix it by taskkill /im msbuild.exe /f. It seems there's a breaking change in one of the VSIX assemblies, and if you build with roslyn, then try and build razor (or vice versa) it doesn't get reloaded with the correct version giving you this error.

This is a nicer long term fix though 😄

@davidwengier
Copy link
Member

Yeah, that's what I've been doing. Props for not being as lazy as me, Todd :)

This script is pretty handy for a number of reasons: https://github.com/davidwengier/dotfiles/blob/main/killall.bat

@ToddGrun ToddGrun merged commit 11f9740 into dotnet:main Nov 14, 2025
11 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Nov 14, 2025
ToddGrun added a commit that referenced this pull request Nov 16, 2025
@davidwengier davidwengier modified the milestones: Next, 18.3 Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants