-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
NullReferenceException in HtmlViewControl.Dispose() #69
Comments
I guess I may just not call |
@o2genum This is very linked to the example where changed on VM are happening during binding due high rate of changes.There are couple way to fix it. I will figure out the best one. |
@o2genum, if you are experiencing thsi on your application, you can avoid to call dispose on the component when closing the application as a bypass. As I mentioned, this should be linked to some edges cases scenario. I am proving a fix that will be available in next version. |
Happens rarely on application exit. I guess it is the same bug. Posting the stacktrace here:
|
Thanks, I have already a fix (same stack) I will push it by Today. |
@David-Desmaisons do we have a release for this? |
Noy yet. I am working it, I am working to fix issue #74 and then release a new version. |
Corrected in Neutronium.Chromiumfx.Vue version 1.3.1 |
Occurs when closing the window of Example.ChromiumFX.Vue.UI example.
The text was updated successfully, but these errors were encountered: