S
sanjeev
We are attempting to the following -
Create an activex control in a remote object and call methods in the
control. The only way I can get the activex control instantiated is by
spawning a new worker thread, setting its ApartmentState to stathread
and creating the activex control in this worker thread. The remoting
object is running in an mtathread apartment. Is there a way to have it
run in an stathread apartment, so that we could avoid spawning the
worker thread?
Regards,
SK
Create an activex control in a remote object and call methods in the
control. The only way I can get the activex control instantiated is by
spawning a new worker thread, setting its ApartmentState to stathread
and creating the activex control in this worker thread. The remoting
object is running in an mtathread apartment. Is there a way to have it
run in an stathread apartment, so that we could avoid spawning the
worker thread?
Regards,
SK