smo*_*med 0 .net windows-phone-7 c#-4.0 windows-phone-7.1
我正在尝试为我的Windows phone项目使用API.
当我将它用于控制台应用程序时,API工作得很好.
但是当我将类导入到wp7项目时,这些行出错了:
using System.Web;
using System.Web.Security;
using System.Xml.XPath;
Run Code Online (Sandbox Code Playgroud)
当我尝试添加它们的引用时,它不会出现在.Net引用列表中,这与常规C#控制台应用程序不同,是什么解决方案?