简体   繁体   English

Windows Phone 7中的实时磁贴

[英]Live tile in Windows Phone 7

I am trying to learn livetile in windows phone 7, 我正在尝试在Windows Phone 7中学习livetile

http://channel9.msdn.com/Learn/Courses/WP7TrainingKit/WP7Silverlight/UsingPushNotificationsLab/Exercise-2-Introduction-to-the-Toast-and-Tile-Notifications-for-Alerts http://channel9.msdn.com/Learn/Courses/WP7TrainingKit/WP7Silverlight/UsingPushNotificationsLab/Exercise-2-Introduction-to-the-Toast-and-Tile-Notifications-for-Alerts

I referred this above example, i dono much about wcf. 我提到了上面的示例,我对wcf并没有太多的了解。

i am getting this error, could not start service host. 我收到此错误,无法启动服务主机。 HTTP could not register URL http://+8000/RegirstatorService/ . HTTP无法注册URL http:// + 8000 / RegirstatorService / Your process does not have access rights to this namespace namespace(see http://go.microsoft.com/fwlink/?LinkId=70353 for details). 您的进程没有对此名称空间名称空间的访问权限(有关详细信息,请参见http://go.microsoft.com/fwlink/?LinkId=70353 )。

can anyone help me out please? 有人可以帮我吗?

Thats a fairly standard thing you need to do to get wcf running. 那是使wcf运行所需的相当标准的事情。 Log in as admin then run netsh http add urlacl url=http://+:80/MyUri user=DOMAIN\\user (as the msdn doc says). 以管理员身份登录,然后运行netsh http add urlacl url = http:// +:80 / MyUri user = DOMAIN \\ user(如msdn doc所述)。

That then give you permission to use the namespace in future and it should all work fine 然后,您可以在将来使用命名空间,并且一切正常

Edit: also giving you an up vote to counteract the down. 编辑:还给您增加投票权以抵消不利因素。 There was plenty of info to ansewr the question 有很多信息可以解答这个问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM