-
Notifications
You must be signed in to change notification settings - Fork 1.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
The expression "[MSBuild]::VersionGreaterThanOrEquals('', 9.0)" cannot be evaluated. Version string was not in a correct format on old C++ project #11302
Comments
Hi @Sergio0694, I see it's related to you recent changes in Could you please take a look? I have spotted several other tickets across the git caused by this change: |
Hi @YuliiaKovalova! Yes this seems to be the bug that the commit you linked fixed. I think that's only available in VS 17.13 though (since that PR was merged in late November, after VS 17.12 had already released), and it wasn't backported. @HO-COOH would it be possible for you to try this on VS 17.13 Preview 3 (it was released yesterday) and see if it's fixed there? 🙂 |
@YuliiaKovalova, @Sergio0694, thanks for identifying that this is in-fact a valid bug. Do you know any workarounds, that could help us get unblocked due to this issue in the meantime (while 17.13 GA gets released and adopted by VMs) ? |
Just tried, now I got
This is after I |
You should be able to avoid the error if you manually specify
Mmh that seems to be a different error. Do you have a minimal repro you can share? |
@Sergio0694 Already have a reproduce in OP. This example project |
Issue Description
I am looking into this sample project provided by Microsoft, and got this error when I try to build it
Steps to Reproduce
Official Windows Platform Sample/Direct2D basic image effects sample/[C++]-Direct2D basic image effects sample/C++
Expected Behavior
Builds fine.
Actual Behavior
Analysis
No response
Versions & Configurations
No response
The text was updated successfully, but these errors were encountered: