Mx Model Reflection not working in Mendix studio 9.0.5 version.

0
Need to import and export to excel in Mendix. But Mx Model Reflection not working giving error. below error.   Package 'C:\Users\ssbor\Downloads\Mendix\College_Admission-main\widgets\ExcelImporter_10.0.2.mpk': File does not contain a client module. ---------------- Package 'C:\Users\ssbor\Downloads\Mendix\College_Admission-main\widgets\MxModelReflection.mpk': File does not contain a client module. ---------------- Package 'C:\Users\ssbor\Downloads\Mendix\College_Admission-main\widgets\XLSReport_mx9_7.0.2.mpk': File does not contain a client module.
asked
1 answers
1

MxmodelReflection and Excel importer are not widgets but modules. They need to get imported in a different manner: In Studio Pro, having you application-project opened, click on the button with the shopping cart at the top right. Then, select the module you need and import them.

answered