The <Assembly1Name> Assembly Connects Cyclically: <Assembly1Name>-<Assembly2Name>-<Assembly1Name>

Description

The assembly2 connected to the assembly1 already contains a reference to the assembly1.

Troubleshooting Tips

Change the list of connected assemblies in one of the assemblies to avoid circular references. If architecture of a developed application allows to do so, combine all required resources (units/forms/text of classes, and so on) in one assembly in the way that there is no necessity to cyclically connect other assemblies.

See also:

Compiler Messages