Hung-Chun Yu

Results 15 comments of Hung-Chun Yu

@adamshakhabov, which version of OpenXML SDK are you using? If not the latest version, could you try it with the latest version.

@adamshakhabov Thank you very much for the information. I am able to repro the issue your described using 2.17.1. I will take the issue back to our engineering team, and...

Hi Adamshakhabov We traced the issue back, where appending extra sequence number was introduced with Openxml SDK 2.9, and the issue does not repro with 2.8.1 and prior. It impacted...

Hi @ShueonPk Could you share the code with us and the Template you are using? Either you can attach there to this post, or you can email them to dochelp...

Hi @ShueonPk When I tried to compile the simple you uploaded. I ran into an error with IDcoumentGenerator, where is undefined. Are there additional package(s) that might be needed?

HI @ShueonPk I am getting following 2 errors when trying to compile the sample codes. Error CS0246 The type or namespace name 'WPMProfile' could not be found (are you missing...

Once I made the following changes under IDocumentGenerator.cs, ``` // byte[] Generate(XDocument xDoc, IOrderedEnumerable modules); byte[] Generate(XDocument xDoc, IOrderedEnumerable modules); ``` I was able to compile the solution. However, when...

Hi @ShueonPk To confirm, there should only be two packages I needed from NuGet right? Open XML SDK and System.IO correct?

@ShueonPk After update the path referenced, I was able to generate the output .docx. Questions for you 1. Where WPMProfile class is defined in the simple you provided? Looking in...

Okay, I will try it again tomorrow. Thank you for the update.