RolandPheasant / Dynamic.Trader

WPF demo showing off dynamic data and reactive extensions
http://dynamic-data.org
522 stars 103 forks source link

Cannot open in VS 2019 #10

Open weitzhandler opened 5 years ago

weitzhandler commented 5 years ago

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.

glennawatson commented 5 years ago

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.

glennawatson commented 5 years ago

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.

weitzhandler commented 5 years ago

That file does not exist. Both 2.2.100 & 2.2.300 are installed.

RolandPheasant commented 5 years ago

Hmm. I am also getting this issue on vs2019

stellarbear commented 5 years ago

2.2.300 version Same error

wahidrezgui commented 5 years ago

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

wahidrezgui commented 5 years ago

OK I will do it ASAP ,