Therefore, I use Visual Studio 2017, and everything works fine. But then I upgraded to 15.6.0 and suddenly nothing works.
All links, such as Systme. * or Microsoft. * with a yellow warning sign ...
In each project - even in new ones - I get the same type of erros after (re) building:
The "ResolveAssemblyReference" task could not be initialized with its input parameters
The "ResolveAssemblyReference" task could not be initialized with its input parameters
The "FindDependenciesOfExternallyResolvedReferences" parameter is not supported by the "ResolveAssemblyReference" task. Verify the parameter exists on the task, and it is a settable public instance property
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them
I tried reinstalling Visual Studio 2017 by reinstalling the .NET Framework, but I still get these types of errors in every C # project ...
Is there any solution that completely reinstalls Windows?
Mason source
share