简体   繁体   中英

Live tile in Windows Phone 7

I am trying to learn livetile in windows phone 7,

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.

i am getting this error, could not start service host. HTTP could not register 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).

can anyone help me out please?

Thats a fairly standard thing you need to do to get wcf running. Log in as admin then run netsh http add urlacl url=http://+:80/MyUri user=DOMAIN\\user (as the msdn doc says).

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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