1
I have a problem, when creating a new project Asp.net-core in visual studio 2017 appears the following error when compiling:
CS0246 The type or namespace name "System" cannot be found(missing a using directive or a reference from Assembly? ) Webapplication2 D: Projectthis Webapplication2 Webapplication2 Program.Cs
How can I fix this?
I got the solution in another post
– Mecias Bueno