Hello! Our apologies for the delay. Thanks for reporting the issue. In order to fix the issue, we must first reproduce the issue in our labs. We do not have an error when starting the application. Please tell me, did you change something in the demo example, for example, the list of modules in the application or config? The error is caused by parallel registration of modules in the application. You can disable it to test the functionality of the demo example. To do this, in the constructor of the BCDemoWindowsFormsApplication class, insert the following code:
ApplicationModulesManager.UseParallelTypesCollector = false;
We want to help you and are looking forward to hearing from you. Regards, Mariya On behalf of Xafari Client Services Team |