Has anyone got DocIO Table of Contents updating on Blazor Webassembly?
I can build a document and insert a table of contents. When I run UpdateTableOfContents I get a "system.dllnotfoundexception libskiasharp"
That's for code running in the client project. I wondered if I moved it to the Server part of my WebAssembly project, whether that might work. but just seeing what success others have had
Thanks