All Questions
3 questions
0
votes
1
answer
59
views
ThreadingModel Free crashes the WCF service
I have a non-singleton WCF (standalone) service running some COM objects. In non-WCF environments, using Thread.Start, these COM objects happily run in parallel in different threads, utilising all ...
0
votes
1
answer
256
views
WCF service and COM interop callback
I have a COM object that creates an instance of a WCF service and passes a handle to itself as a callback. The COM object is marked/initialized as MTA.
The problem being every instance of the WCF ...
2
votes
2
answers
1k
views
Running REST/WCF as STA instead of MTA for COM
Is it possible to configure a REST (WCF) service to run as STA instead of MTA?
This is approach is needed in order to run legacy COM objects. In order to configure ASMX web services to run as STA ...