I have a problem, when creating a new asp.net-core project in visual studio 2017 the following error appears when compiling:
Error CS0246 The name of the "System" type or namespace can not be (is missing a using directive or a assembly?) WebApplication2 D: \ Test Project \ WebApplication2 \ WebApplication2 \ Program.cs
How can I resolve this?