The type or namespace name 'Ping' could not be found, although there is a dependencie and a using
问题 I am creating a little program to ping a computer within a network. For this i am trying to use the class ping, from namespace System.Net.NetworkInformation.Ping I am using ASP.NET 5.0 so i hava project.json file with my dependecies { "version": "1.0.0-*", "dependencies": { "NetworkSniffer": "1.0.0-*", "Microsoft.AspNet.Mvc": "6.0.0.0-beta2" }, "commands": { "run": "run" }, "frameworks": { "aspnet50": { "dependencies": { "System.Console": "4.0.0-beta-22231", "System.Net.NetworkInformation":