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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T18:07:20+00:00 2026-06-17T18:07:20+00:00

I am not sure if anyone has encountered this problem. I am developing a

  • 0

I am not sure if anyone has encountered this problem.

I am developing a C# Windows Phone 8 app in VS 2012.

I have lately been getting unhandled exceptions of type System.NotImplementedException.

This is despite the fact that all of my code is surrounded in try/catch blocks, and there are no method stubs that throw a notimplementedexception.

In the output is:

A first chance exception of the type ‘System.NotImplementedException’ occurred in MyAppName.DLL

An exception of type ‘System.NotImplementedException’ occurred in MyAppName.DLL and wasn’t handled before a managed/native boundary

If I hit “continue” to continue debugging, I get an error message pop up dialog in VS:

An unhandled exception of type ‘System.NotImplementedException’ occurred in System.Windows.ni.dll

If I choose “Break” here, the stack trace that opens says “No Source Available; The call stack contains only external code. This thread is stopped with only external code frames on the call stack. etc. etc.”

This is the code highlighted after the app crashes:

private void Application_UnhandledException(object sender, ApplicationUnhandledExceptionEventArgs e)
    {
        if (Debugger.IsAttached)
        {
            // An unhandled exception has occurred; break into the debugger
            Debugger.Break();
        }
    }

Edit: This is the stack:

Call stack with external code
System.Windows.ni.dll!MS.Internal.JoltHelper.OnUnhandledException(object sender, System.UnhandledExceptionEventArgs args)
mscorlib.ni.dll!System.Runtime.CompilerServices.AsyncMethodBuilderCore.ThrowAsync.AnonymousMethod_1(object state)
mscorlib.ni.dll!System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(object state)
mscorlib.ni.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx)
mscorlib.ni.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx)
mscorlib.ni.dll!System.Threading.QueueUserWorkItemCallback..System.Threading.|ThreadPoolWorkItem.ExecuteWorkItem()
mscorlib.ni.dll!System.Threading.ThreadPoolWorkQueue.Dispatch()
mscorlib.ni.dll!System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
[Native to Managed Transition]
  • 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-17T18:07:21+00:00Added an answer on June 17, 2026 at 6:07 pm

    For anyone with a similar problem, I found the apparent cause.

    I had ported some code involving file input/output from a Win8 app for Surface, and, in one of the lines, neglected to change

    StorageFolder storageFolder = KnownFolders.DocumentsLibrary;
    

    to its corresponding

    IsolatedStorageFile storageFolder = IsolatedStorageFile.GetUserStoreForApplication();
    

    Somehow this was not caught in the try/catch block, but when I fixed it, the uncaught notimplementedexception no longer occurred.

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

Sidebar

Related Questions

Uhm I'm not sure if anyone has encountered this problem a brief description is
Ok I have looked into this, and I'm not sure if anyone else has
Not sure if anyone has experience this issue. I have a TextBox that I
I'm not sure why this is bubbling, but it is. Wondering if anyone has
I am not sure if anyone else is having this problem or not with
I'm not sure if anyone has seen anything like this before (I hope you
Not sure if anyone has noticed this yet but if you run Visual Studio
Hi not sure if this is the right forum for this but does anyone
I'm not sure how or why this happened, but if anyone could suggest a
Not sure how to ask this, but i'll give it a try: I have

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.