mutlithreaded word automation shares clipboard

  • Thread starter Thread starter pascal.donio
  • Start date Start date
P

pascal.donio

We wrote a web service that receives a set of data and uses word to
format it. Upon each request, the web service launches its own instance
of word. The problem we've encountered is that multiple simultaneous
requests will return mixed up data. After investigation on the matter,
we discovered that all instances of word are using the same clipboard.

How can we overcome this, and make sure that for one word instance we
have one clipboard area (remember that this launched by a web service)?

TIA.

--Pascal
 
As an addenda to this:

The server is running Windows2000, the app is written in C# and is
using Microsoft.NET Framework v1.1.4322.

--Pascal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top