我如何修复 Microsoft.Phone.Scheduler 缺少的程序集引用;
using Microsoft.Phone.Scheduler;
类型或命名空间名称“Scheduler”在命名空间“Microsoft.Phone”中不存在(您是否缺少程序集引用?)
我已尝试重新安装所有 SDK 和所有内容,但由于某种原因无法使用其他人都可以使用的 Scheduler 类随着新的芒果更新。
好的。我尝试了这个,我在属性中发现它设置为版本 7.0,但我没有看到升级选项。这是否意味着我没有正确安装sdk?
编辑:好的,去重新安装 sdk,显然它第一次没有安装,因为我没有安装 vs service pack 1。将安装它然后尝试重新安装。
using Microsoft.Phone.Scheduler;
The type or namespace name 'Scheduler' does not exist in the namespace 'Microsoft.Phone' (are you missing an assembly reference?)
I have tried reinstalling all the sdks and everything but for some reason cant use the Scheduler class that everyone else can with the new mango update.
ok. i tried this and i found in the properties that it is set to version 7.0 but i dont see and upgrade option. does this mean that i havnt installed the sdk properly?
Edit: OK, went to re install the sdk and apparently it didn't install first time cause i didn't have vs service pack 1 installed. gonna install that then try re installing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我怀疑您的项目仍然以 7.0 版本为目标。
7.0 中不支持此命名空间。
要升级项目,请在解决方案资源管理器中右键单击该项目,然后选择升级选项。
或者查看项目属性窗口并在那里升级。
I suspect that your project is still targeting version 7.0.
This namespace is not supported in 7.0.
To upgrade a project right click it in the Solution Explorer and select the upgrade option.
Or view the projects properties windows and upgrade there.