0

I am using OfficeWritter to create a PPT file in multiple thread application where I got the error regarding memory. So Can anyone let me know if can use OfficeWriter in multi threaded application.

I am getting error at when ppt start process: ppt.Process();

JohnD
  • 3,884
  • 1
  • 28
  • 40
  • I am getting error at when ppt start process: => ppt.Process(); – Raj Kushwaha Dec 16 '15 at 14:11
  • Hello, welcome to SO. Please be more specific with your question and add "the error regarding memory" to this post. Do you have a Stacktrace? Please provide us some piece of code where the problem occurs. – Alexander Dec 16 '15 at 14:32

1 Answers1

0

Yes OfficeWriter controls are considered thread safe. If you run into an issue in multi threaded environments it may be bug.

Source: Former developer on OfficeWriter

Sam Plus Plus
  • 4,381
  • 2
  • 21
  • 43