Cyclic dependencies in many-to-many relationships...

Cyclic dependencies in many-to-many relationships...

I have an application which includes a form for companies, and a form for contacts. Each company can be assigned 1 technical and 1 administrative contact. I have this working okay so far, but I want to copy the scripts used so far to a new empty application. When I import the scripts it fails with a message that says:

Problem encountered while creating the application
Error in resolving form dependency:Cyclic dependency among the forms:[Company, Contact]



What can I do to resolve this? After all, the existing instance of the application is working just fine, even with the "Cyclic dependency"...