Microsoft.Phone命名空间 [英] Microsoft.Phone namespace

查看:73
本文介绍了Microsoft.Phone命名空间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 

我正在尝试使用  Microsoft 电话我正在开发的Windows Phone 8.1应用程序中的命名空间,我可以看到"Windows Phone 8.1" SDK构成了这个程序集,但我不能
访问它。 

I am trying to use Microsoft.Phone namespace in my Windows Phone 8.1 application that I am developing, I can see that the "Windows Phone 8.1" SDK poses this assembly, yet I cannot access it. 

当我尝试使用键入时,我收到错误。 

When I am trying to type the using I get an error. 

当我尝试手动添加它时,我收到以下错误:

When I try to manually add it, I got the following error:

找不到类型System 模块mscorlib.dll中的SystemException

Cannot find type System.SystemException in module mscorlib.dll

我正在使用VS2013,更新2.

I am using VS2013, update 2.

任何想法?

提前致谢! 

Thanks  in advance! 

ynahmany

推荐答案

您好

Windows 8.1是关于平台融合的。您可以在以下链接中阅读相同内容

Windows 8.1 is all about platform convergence. You can read about the same in the following link

http://msdn.microsoft.com/en-us/library/windowsphone/getstarted/dn632424.aspx

确保了应用程序的向后兼容性和应用程序Windows Phone 8的构建将在Windows Phone 8.1中无需重新发布。因此,在构建手机8.1应用程序时,您将不得不使用新的api。

Backward compatibility of the apps have been ensured and the apps build for windows phone 8 will work without republishing in windows phone 8.1. So while building the phone 8.1 apps you will have to use the new apis.

当您定位手机8个应用程序时,Microsoft.Phone命名空间将可用。

when you target the phone 8 apps the Microsoft.Phone namespace will be available.

问候


这篇关于Microsoft.Phone命名空间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆