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

[Bug] System.InvalidOperationException Message=Handle is not initialized. #126

Open
pabloat81 opened this issue Mar 14, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@pabloat81
Copy link

Describe the bug
I copied the advancedPage from the example code.

I added a new/edit page, a event view page and navigation.

Navigating between pages works fine, but when i go with the back button to a section previus to the "advanced calendar example page" and enter again i am geting this exception:

System.InvalidOperationException
HResult=0x80131509
Message=Handle is not initialized.
Source=System.Private.CoreLib
StackTrace:
at System.WeakReference1.set_Target(T value) at Xamarin.Forms.BindingExpression.WeakPropertyChangedProxy.Unsubscribe() at Xamarin.Forms.Internals.TypedBinding2.Unsubscribe()
at Xamarin.Forms.Internals.TypedBinding`2.Unapply(Boolean fromBindingContextChanged)
at Xamarin.Forms.BindableObject.ApplyBindings(Boolean skipBindingContext, Boolean fromBindingContextChanged)
at Xamarin.Forms.BindableObject.BindingContextPropertyChanged(BindableObject bindable, Object oldvalue, Object newvalue)
at Xamarin.Forms.BindableObject.SetValueActual(BindableProperty property, BindablePropertyContext context, Object value, Boolean currentlyApplying, SetValueFlags attributes, Boolean silent)
at Xamarin.Forms.BindableObject.SetValueCore(BindableProperty property, Object value, SetValueFlags attributes, SetValuePrivateFlags privateAttributes)
at Xamarin.Forms.BindableObject.SetValue(BindableProperty property, Object value, Boolean fromStyle, Boolean checkAccess)
at Xamarin.Plugin.Calendar.Controls.MonthDaysView.DiposeDayViews()
at Xamarin.Plugin.Calendar.Controls.MonthDaysView.Finalize()

To Reproduce
Steps to reproduce the behavior:
Dont have an example code

Version information:

  • Plugin version: last
  • Xamarin.Forms version: 5
  • Platform: UWP
@pabloat81 pabloat81 added the bug Something isn't working label Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant