From time to time, I encounter a strange exception when running the RunAnalysis method of the FemDesignConnection class.
As far as I can remember, it only occurs when multiple calculations are executed concurrently. In my code, the RunAnalysis method is wrapped in a lock statement to ensure that only one thread can access it at a time.
Do you have any idea what might be causing this?
