Trying to compile the application, I come across the error:
Severity Code Description Project File Line Suppression State Error This project references NuGet package (s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see link . The missing file is .. \ packages \ Microsoft.Net.Compilers.1.3.2 \ build \ Microsoft.Net.Compilers.props. Property Controls E: \ Projects Visual Studio \ Projects VisualStudio2015 \ ControlPage \ ControlPatrimonial.csproj 356
I've tried the following:
- Microsoft.Net.Compilers Update-Package -reinstall
- Remove line in
packages.config
- Remove the Package folder, and place another folder from another project.
- Delete the folder and install again via nuget
However, none of these attempts were successful. How do I solve this problem?