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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:17:46+00:00 2026-06-06T16:17:46+00:00

Hello guys i’m facing a isolated exception when trying to edit my UI it

  • 0

Hello guys i’m facing a isolated exception when trying to edit my UI

it says

Unable to determine application identity of the caller. at
System.IO.IsolatedStorage.IsolatedStorage.InitStore(IsolatedStorageScope
scope, Type appEvidenceType) at
System.IO.IsolatedStorage.IsolatedStorageFile.GetStore(IsolatedStorageScope
scope, Type applicationEvidenceType)at “CLASS FILE NAME.cs”

when i try to do this

    <data:scheduledItems x:Key="alarmCollection" />
</phone:PhoneApplicationPage.Resources>

i use it to bind data. It can work but i cant do anything to my design view

Thanks!

  • 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-06T16:17:48+00:00Added an answer on June 6, 2026 at 4:17 pm

    It appears to me that Visual Studio is trying to retrieve the data from isolated storage, but it can’t because it’s Visual Studio and not your application. It makes sense if you think about it – the isolated storage is only created once the application is deployed to Windows Phone and not before that. It’s not available in the design view.

    If you want to actually have this data displayed in design view, you can’t. But you can check to see if the design view is attached and avoid trying to access isolated storage that way.

    using System.ComponentModel;
    
    ...
    
    if (DesignerProperties.IsInDesignView)
    {
        // return dummy data for the design view
    }
    else
    {
       // grab data from isolated storage
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

hello guys I am trying to extract all the anchor links from aol but
Hello Guys I am trying to figure out why i am gettings this error
Hello guys. I trying set EditText to input only numbers and point ( .
Hello guys i'm having one hell of a time trying to parse an xml
Hello guys I have a problem with my application involving Lucene java library and
Hello guys Im trying to set a max width and height so that when
Hello Guys, I was just trying to create a plugin, and I needed it
hello guys i need small help in understanding file system of android Now in
Hello guys! I have been trying to create a if/else statement code in jQuery
hello Guys, I am trying to change to background and color of all my

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.