Status | ID | Priority | Type |
Closed | 39581 | Minor | Bug |
Profile | Reply |
NielClient | When I run the BCDemo windows application it erred with the following error: I have attached the eXpressAppFramework log file Attached files: |
User | Description | Posted On |
MariyaVoytovichAgent | Hello! Our apologies for the delay. Thanks for reporting the issue. We do not have an error when starting the application. The error is caused by parallel registration of modules in the application. 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, | |
NielClient | I added the line to BCDemoWindowsFormsApplication class. Now I receive the error in the attachment. Attached files: | |
NielClient | If I change the Languages to only Russian the application runs. If I add English I get the error. Regards, | |
MariyaVoytovichAgent | Hello! This error occurs because the application model lacks an aspect. Maybe your system has some special aspect. In this case, you need to add an aspect of your region. Please, open the application model using the XafariModelEditor tool, which is installed in the folder C:\Program Files (x86)\Top Soft LLC\Xafari Framework v19.2.3011\Tools\XafariModelEditor, and add an aspect of your region. And change the value for PreferredLanguage. For more details see: Localization Basics, Model Difference Storages. Feel free to contact us if you need further assistance or have additional questions. Regards, | |
NielClient | Thank you I have made the change in my local copy of the demo application, but other clients might see the same error. |