Current filter:
                                You should refresh the page.
                                0
                                  • Just run the attached sample project. It loads a docx file, navigates through the document's bookmarks and sets their CharacterProperties. This fails for a certain bookmark with an InvalidCastException.

                                WindowsFormsApplication11.zip
                                0

                                Hello Franz-Josef,

                                Our developers will continue working on this issue. This message is just to inform you that they have found a workaround method:

                                	
                                [C#]
                                private void Form1_Shown(object sender, EventArgs e) { richEditControl1.BeginUpdate(); // <- Add this line bookmarkManager.Init(); richEditControl1.EndUpdate(); // <- Add this line }

                                You can use this solution until we manage to prepare a fix.

                                Thanks,
                                Alessandro.

                                0

                                Yep works now

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.