TXDataModelManager.Get
is not thread-safe for performance reasons (to avoid adding the monitor).
Do you have too many models? The easy workaround is to simply call TXDataModelManager.Get
in advance for all the models you are going to use in your application. After this, it will work safely.