我想使用XNA for WP7打开网页浏览器,
来自This Post我想我必须使用WebBrowserTask
来做到这一点,
但我不知道如何添加Microsoft.Phone
我试图右键点击引用,但找不到引用Microsoft.Phone
我试过在我的代码中键入它,但它仍然无法正常工作..
谁知道为什么?我是在正确的轨道吗?
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Audio;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.GamerServices;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
using Microsoft.Xna.Framework.Input.Touch;
using Microsoft.Xna.Framework.Media;
using Microsoft.Phone; // <-- Error here
我使用VS 2010 Express for Windows phone,WP SDK 7.1.1和Windows 8 Pro
答案 0 :(得分:0)
好的,在我的电脑上,这个lib就在这里:
C:\Program Files\Reference Assemblies\Microsoft\Framework\Silverlight\v4.0
\Profile\WindowsPhone71\Microsoft.Phone.dll
您可以从解决方案资源管理器中添加它:
References -> Add reference -> Browse
然后将路径粘贴到文件名文本框中。