C# COM Cross Thread problem
- by user364676
Hi,
we're developing a software to control a scientific measuring device. it provides a COM-Interface defines serveral functions to set measurement parameters and fires an event when it measured data.
in order to test our software, i'm implementing a simulation of that device.
the com-object runs a loop which periodically fires the event.…