Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

An exception of type 'System.InvalidOperationException' occurred in Unknown Module. and wasn't handled before a managed/native boundary #16

Description

@mrusme

As soon as I'm adding those two lines in the public App(), right under InitializePhoneApplication(); I'm receiving the following output:

            ThemeManager.OverrideOptions = ThemeManagerOverrideOptions.SystemTrayColors;
            ThemeManager.SetCustomTheme(this.Resources.MergedDictionaries[0], Theme.Light);
An exception of type 'System.InvalidOperationException' occurred in Unknown Module. and wasn't handled before a managed/native boundary
An exception of type 'System.InvalidOperationException' occurred in System.Core.ni.dll and wasn't handled before a managed/native boundary
An exception of type 'System.InvalidOperationException' occurred in System.Core.ni.dll and wasn't handled before a managed/native boundary
An exception of type 'System.InvalidOperationException' occurred in Unknown Module. and wasn't handled before a managed/native boundary
An exception of type 'System.InvalidOperationException' occurred in System.Core.ni.dll and wasn't handled before a managed/native boundary
An exception of type 'System.InvalidOperationException' occurred in System.Core.ni.dll and wasn't handled before a managed/native boundary
An exception of type 'System.InvalidOperationException' occurred in System.Core.ni.dll and wasn't handled before a managed/native boundary
An exception of type 'System.InvalidOperationException' occurred in System.Core.ni.dll and wasn't handled before a managed/native boundary

I'm not sure what's happening there and actually everything seems to be working just fine, still those exceptions doesn't look "that good"...?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions