Some widget packages could not be read

2
Hello, When i load my app i get an information pop up with “Some widget packages could not be read” with the details: “Package 'C:\Users\ba078464\Documents\Mendix\Project Control Tools-main_3\widgets\AuditTrail-v7.3.mpk': File does not contain a client module. ---------------- Package 'C:\Users\ba078464\Documents\Mendix\Project Control Tools-main_3\widgets\DeepLink.mpk': File does not contain a client module.”  Could anybody help me to fix this?   Thanks
asked
1 answers
1

It looks like you may have copied a few Mendix modules into the project’s widgets folder. Note that MPK files can represent Mendix project archives, modules, project documents, or widgets.

You should delete the 2 files referenced above. If you meant to import those modules into your app, follow this guide: https://docs.mendix.com/howto/integration/importing-and-exporting-objects

answered