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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:34:51+00:00 2026-06-17T07:34:51+00:00

The RootFrame = line in this code, all of which is auto-generated: private void

  • 0

The “RootFrame = ” line in this code, all of which is auto-generated:

private void InitializePhoneApplication()
{
    if (phoneApplicationInitialized)
        return;

    // Create the frame but don't set it as RootVisual yet; this allows the splash
    // screen to remain active until the application is ready to render.
    RootFrame = new PhoneApplicationFrame();
    RootFrame.Navigated += CompleteInitializePhoneApplication;

    // Handle navigation failures
    RootFrame.NavigationFailed += RootFrame_NavigationFailed;

    // Handle reset requests for clearing the backstack
    RootFrame.Navigated += CheckForResetNavigation;

    // Ensure we don't initialize again
    phoneApplicationInitialized = true;
}

…fails with:

*System.TypeInitializationException was unhandled by user code HResult=-2146233036 Message=The type initializer for
‘TaSLS_PhoneApp.App’ threw an exception. Source=TaSLS_PhoneApp
TypeName=TaSLS_PhoneApp.App StackTrace:
at TaSLS_PhoneApp.App.set_RootFrame(PhoneApplicationFrame value)
at TaSLS_PhoneApp.App.InitializePhoneApplication()
at TaSLS_PhoneApp.App..ctor() InnerException: System.NotImplementedException
HResult=-2147467263
Message=The method or operation is not implemented.
Source=Windows
StackTrace:
at Windows.Storage.ApplicationData.get_RoamingSettings()
at TaSLS_PhoneApp.App..cctor()
InnerException:*

  • 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-17T07:34:52+00:00Added an answer on June 17, 2026 at 7:34 am

    The root cause isn’t the generated code, but your code that it is calling…

    TaSLS_PhoneApp.App.InitializePhoneApplication() at TaSLS_PhoneApp.App..ctor()
    InnerException: System.NotImplementedException HResult=-2147467263 Message=The method or
    operation is not implemented. Source=Windows StackTrace: at
    Windows.Storage.ApplicationData.get_RoamingSettings() at TaSLS_PhoneApp.App..cctor()
    InnerException:*

    It looks like in your app’s InitializePhoneApplication is calling a WinRT function which isn’t implemented on Windows phone 8. See MSDN documentation at:
    http://msdn.microsoft.com/en-gb/library/windows/apps/windows.storage.applicationdata.roamingsettings.

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

Sidebar

Related Questions

I have this class - (void) initWithFrame:(CGRect)frame withString:(NSString *)html{ //CGRect rectFrame = [UIScreen mainScreen].applicationFrame;
I have a weird requirement on xml serialization. Refer the following C# code (which
I want to set lockscreen wallpaper in my WP7 application. I tried this code
I have used the following code to create the XML Document : procedure TForm1.btnCreateXMLClick(Sender:
my question is : i think that there is an error in this code
I've seen many examples online and in this forum of how to create properties
I want to write unit tests for my private methods in WP7 app code.
I cannot see my left frame with a button inside (I'm using TKinter).. This
I've downloaded the most recent Windows.Phone.Controls.Toolkit and in the app.xaml.cs changed RootFrame = new
I'm writing Windows 8 application, which loads data from internet service, so I'm using

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.