However, when I run part of the code that merges two documents on my computer, it works fine. Any help? Thanks!
Here is the code:
`using (WordprocessingDocument wDocIn = WordprocessingDocument.Open(mem, false))
using (WordprocessingDocument wDocTemplate = WordprocessingDocument.Open(mem2, false))
{
List
Closing all issues as this repo is being archived and will no longer be maintained by Microsoft. The project is licensed for continued use and development by forking to your own repo.
However, when I run part of the code that merges two documents on my computer, it works fine. Any help? Thanks!
Here is the code: `using (WordprocessingDocument wDocIn = WordprocessingDocument.Open(mem, false)) using (WordprocessingDocument wDocTemplate = WordprocessingDocument.Open(mem2, false)) { List
Unfortunately, I cannot debug the program uploaded on the server since it's . . . OutSystems.