Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9118177
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:04:57+00:00 2026-06-17T05:04:57+00:00

I have a windows 8 metro app that displays data on a live tile

  • 0

I have a windows 8 metro app that displays data on a live tile which is refreshed every minute.

When the metro app is started it creates a sequence to do the tile updates. This works perfectly.

The problem:

When I restart my computer the metro tile stops working. Instead it goes back to the default metro tile (app name bottom left image middle).

I can get it to work again by simply starting and stopping the metro app. But I do not wish to do this.

I implement a class that implements IBackgroundTask and implements the run method.

public void Run(IBackgroundTaskInstance taskInstance){
    BackgroundTaskDeferral deferral = taskInstance.GetDeferral();
    TileScheduler.CreateSchedule();
    deferral.Complete();
}

In the metro app package manifest added declaration “Background Task” and under entry point pointed to this class. I also register timer and system event.

This class code basically calls the same code path the main app does when setting the tile sequence for the first time except that it is wrapped with a deferral.

The Question
Is this the right path (as it doesn’t seem to be working so I guess my implementation is wrong)? or is there a better way to do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T05:04:59+00:00Added an answer on June 17, 2026 at 5:04 am

    This might just be a case of “you can’t do that with a simulated program”. I’m assuming you are doing this by running the app using a developers license in visual studio. My understanding of how the tiles updating works (correct me if I’m wrong) but the tiles poll a website to get the next item to display. Since you’ve bounced your box any visual studio spun up services like an ASP.net host etc will not be running so the tile won’t be able to get its new update.

    If you want to test the functionality before deploying to the store I’d suggest in your project deploying your web service to IIS not to the test environment and configuring IIS to host that service at startup.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this Metro App project that I just tried building for the Windows
I have create a metro app which is composed by - a c# windows
I have a Windows 8 metro app written in c++ that I'm trying to
I have a WinRT Metro app (XAML/C#, Windows Release Preview) that manages documents. The
I have a Windows 8 Metro style app and I have run into what
I'm designing a windows 8 metro style app using javascript and I have a
So I have a .NET Windows Store app that is leaking memory. What can
I have a normal GridView, that displays grouped data. My goal is to move
I have a regular Windows API ( not metro ) application that I would
im developing a metro app for windows 8 and I have big difficulties to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.