We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: