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

Failed to import note #67

Open
alexandrugheorghiu opened this issue Jan 18, 2024 · 1 comment
Open

Failed to import note #67

alexandrugheorghiu opened this issue Jan 18, 2024 · 1 comment

Comments

@alexandrugheorghiu
Copy link

This is the first note, out of several, that is failing to import.

note-5bf31c36-0c46-4c4c-a1cd-487a6b1a6b77.zip

Hope it helps. Thanks for the great and useful tool!

v1.3.6.241

@alexandrugheorghiu
Copy link
Author

alexandrugheorghiu commented Jan 19, 2024

The remote procedure call failed. (Exception from HRESULT: 0x800706BE)
It also crashes OneNote.

It appears to be an issue at the interaction with the Interop:
_onApp.CreateNewPage(sectionId, out pageId, OneNote.NewPageStyle.npsBlankPageWithTitle); (MainFrm.cs:686)

When the above is bypassed (by using a different section name to fetch the sectionId, it fails at the next interaction:
_onApp.UpdatePageContent(xml, DateTime.MinValue, OneNote.XMLSchema.xs2013, true); (MainFrm.cs:700)

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

1 participant