I am trying to use a COM component & activeX component in a WPF application. I am using these components via the background thread, so UI remains responsive. But the problem is I sometimes get a COM Exception while using these components. (not always)
Is this expected behavior or am I doing something wrong? Should I move the code to UI thread, but it ends up being time consuming.
thanks