module load problem

I have a module and two solutions that use it. One works and the other not. In the editor there isn’t nothing under the node modules but the module appear correctly in the “solution settings”. I think to respect all the limits of the module.

In the module I have only globals variables and methods that have unique names.

How can I debug this trouble?

Do you have any form in the module?

When not what happens when you add a form…

yes I have only a form (otherwise I can’t access to the Editor) without elements/method with an unique name.

I just try to delete and recreate the form but the trouble persist.

I try to create a module with only a form without other and include only this in the problematic solution and the problem persist.

Maybe an export/import can solve the problem?

this in the problematic solution and the problem persist

Can you explain this a little better…

I have a module and two solutions that use it. One works and the other not.

I make a new test module with only a form. I include it in the solution that not work with my module and the test module not show again in the module node so I think the problem is not the module but the solution

Solved. I export the solution to file, deletedfrom repository, imported as release n1 and the module now load correctly…