Cannot open in VS 2019
weitzhandler opened this issue · 7 comments
Hi and thanks for the wonderful work.
I'm unable to open either of the projects in VS 16.1.1.
I get the following error when trying to load the project on demand:
Project "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\16.0\Bin\Microsoft.CSharp.targets" was not imported by "C:\Program Files\dotnet\sdk\2.2.100\Sdks\Microsoft.NET.Sdk\Sdk\Sdk.targets" at (41,3), due to the file not existing.
I have verified Core 2.2.100 Sdk is installed.
Does C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\16.0\Bin\Microsoft.CSharp.targets exist btw?
It looks like 2.2.100 exists, but that file above does not, since 2.2.100 is trying to include it.
Your 2.2 version is a bit behind as well. It's 2.2.300 now.
I think MsBuild went into a "Current" folder for VS 2019 so might be a old SDK getting used.
That file does not exist.
Both 2.2.100 & 2.2.300 are installed.
Hmm. I am also getting this issue on vs2019
2.2.300 version
Same error
HY,
I Was having the same issue when trying to open the sample in vS2017 version 15.0.... I Updated to the last version of VS 2017 : 15.9.14 and the issue has gone I'm able to load and run it
OK I will do it ASAP ,