After performing a (apparently successful) upgrade from VS 2017 15.1 to 15.3, I can no longer load a single C # project (I canโt open an existing one, I canโt create a new one). All errors with this error:
Failed to load type 'Microsoft.Build.Framework.SdkReference' from the assembly 'Microsoft.Build.Framework, Version = 15.1.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a'.
I found one link to someone who ran into this problem with RC version 15.3 but no one has it, so I have no idea how about my environment it might cause this problem. I tried to clear the cache and user data, restore, complete the uninstall / reinstall and remove the third-party components. I have no ideas.
There are absolutely tons of information that I could provide here, so I'm not sure where to start. I am grateful for any ideas, or at least for others having the same problem.
source
share