Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mrusme opened this issue Mar 1, 2014 · 1 comment

Comments

@mrusme
Copy link

mrusme commented Mar 1, 2014

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"...?

@zzpbuaa
Copy link

zzpbuaa commented Nov 3, 2016

How do you resolved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants