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 9153121
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:12:45+00:00 2026-06-17T12:12:45+00:00

I have XAML Metro app. I need to deploy a static file to be

  • 0

I have XAML Metro app. I need to deploy a static file to be read on every app launch. I have access to certain paths only (eg LocalStorage and InstalledLocation..is that right?)

How do I make VS 2012 to deploy that file (rtf document) to the location which can be read by the app ?

  • 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-17T12:12:46+00:00Added an answer on June 17, 2026 at 12:12 pm

    A good solution is to place the file in the Assets subfolder of your VS solution and access with:

    Windows.ApplicationModel.Package.Current.InstalledLocation.GetFileAsync(@"Assets\file.rtf")
    

    Documentation from Microsoft on InstalledLocation

    e.g.

    var file = await Windows.ApplicationModel.Package.
                         Current.InstalledLocation.GetFileAsync(@"Assets\file.rtf");
    result = await file.OpenAsync(Windows.Storage.FileAccessMode.Read);
    

    Nicely demonstrated in the following blog post:

    http://blogs.msdn.com/b/metroapps/archive/2012/07/15/access-your-application-assets-folder.aspx

    also good information here:

    http://blog.jerrynixon.com/2012/06/windows-8-how-to-read-files-in-winrt.html

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

Sidebar

Related Questions

I'm designing a Metro Style App with XAML, and I have a need to
I have a multi-xaml metro app. I want to switch between xaml by button
I have a Windows 8 Metro app created in XAML, C# from the template.
In a GridView (Metro-style XAML app), I want one of my tiles to have
I'm developing a Metro-style app (for Windows 8) using C# and XAML. I have
I am developing windows 8 metro app using XAML/C# . I have added scaled
I have a WinRT Metro app (XAML/C#, Windows Release Preview) that manages documents. The
I have created two Pages Page1.xaml and Page2.xaml in windows8 metro apps. I have
I have a Xaml file that does not have any code behind. I would
I have a .xaml file and a .cs file that share value with Binding.

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.