facebook-csharp-sdk / facebook-winclient-sdk

Facebook SDK for Windows & Windows Phone
http://facebooksdk.net
Apache License 2.0
61 stars 139 forks source link

Facebook.Client.ni.DLL!Facebook.Client.LoginPage.BrowserControl_NavigationFailed -- CLR_EXCEPTION e0434352 #89

Open cbarkerms opened 8 years ago

cbarkerms commented 8 years ago

A number of apps using the login functionality are seeing the above error/exception. Call stack we have is:

Frame Offset Image!Function 0 0x00000077 Microsoft.Phone.Interop.ni.dll!Microsoft.Phone.Controls.WebBrowserInterop+ReversePInvokeThunk.OnNavigateError 1 0x0000010b Microsoft.Phone.ni.dll!System.Windows.Navigation.NavigationService.GoForwardBackCore 2 0x00000137 Microsoft.Phone.ni.dll!System.Windows.Navigation.NavigationService.GoBack 3 0x000000bf Facebook.Client.ni.DLL!Facebook.Client.LoginPage.BrowserControl_NavigationFailed 4 0x000000d9 Microsoft.Phone.ni.dll!Microsoft.Phone.Controls.WebBrowser.FireNavigationFailedEvent 5 0x0000004d Microsoft.Phone.Interop.ni.dll!Microsoft.Phone.Controls.WebBrowserInterop+ReversePInvokeThunk.OnNavigateError 6 0x00000059 Microsoft.Phone.Interop.ni.dll!DomainBoundILStubClass.IL_STUB_ReversePInvoke

Appears to originate from https://github.com/facebook-csharp-sdk/facebook-winclient-sdk/blob/master/Source/Facebook.Client/LoginPage.xaml.cs#L121-L143